Changeset 728001
- Timestamp:
- 06/18/2013 04:49:24 PM (13 years ago)
- File:
-
- 1 edited
-
the-very-simple-vimeo-shortcode/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-very-simple-vimeo-shortcode/trunk/readme.txt
r678995 r728001 36 36 -portrait (when false(default), removes the image from the top left of video) 37 37 -byline (when false(default), removes "From #####" in the title 38 -autoplay (when true, plays the video automatically) (default: false) 38 39 39 40 = Why does my video look disproportioned? = … … 42 43 43 44 i.e. height="250" width="400", or 1 : 1.6 45 46 = How do I enable AutoPlay? = 47 48 Autoplay was added in version 2.5. Make sure your current plugin version is > or = 2.5. IF it is, simply add the attribute "autoplay=true" to the shortcode. 49 50 i.e. [ylwm_vimeo autoplay="true"]1234567[/ylwm_vimeo] 44 51 45 52 == Screenshots == … … 70 77 71 78 *[ylwm_vimeo height="400" width="600" class="MYCUSTOMCLASS" portrait="false" byline="false"]VIDEO_ID[/ylwm_vimeo]* 79 80 *Auto Play* 81 82 Where VIDEO_ID is the id of the vimeo video. 83 84 [ylwm_vimeo autoplay="true"]VIDEO_ID[/ylwm_vimeo]
Note: See TracChangeset
for help on using the changeset viewer.