Changeset 3245707
- Timestamp:
- 02/24/2025 11:54:38 AM (13 months ago)
- Location:
- easy-videos-for-youtube
- Files:
-
- 3 added
- 1 edited
-
tags/1.0 (added)
-
tags/1.0/easy-videos-for-youtube.php (added)
-
tags/1.0/readme.txt (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-videos-for-youtube/trunk/readme.txt
r3245703 r3245707 22 22 The shortcode can be: [easy_custom_video], [easy_youtube] o [easy_yt] 23 23 Examples: 24 [easy_yt https://www.youtube.com/watch?v=FmjZlaacPd8] <----- 100% width x automatic height. 25 [easy_custom_video https://www.youtube.com/watch?v=FmjZlaacPd8 100%] <----- 100% width x automatic height. 26 [easy_youtube https://www.youtube.com/watch?v=FmjZlaacPd8 600] <----- 600px width x automatic height. 27 [easy_yt https://www.youtube.com/watch?v=FmjZlaacPd8 400 200] <----- 400px width x 200px height. 28 [easy_youtube https://www.youtube.com/watch?v=FmjZlaacPd8 100% 400] <----- 100% width x 400px height. 24 25 [easy_yt https://www.youtube.com/watch?v=FmjZlaacPd8] 26 100% width x automatic height. 27 28 [easy_custom_video https://www.youtube.com/watch?v=FmjZlaacPd8 100%] 29 100% width x automatic height. 30 31 [easy_youtube https://www.youtube.com/watch?v=FmjZlaacPd8 600] 32 600px width x automatic height. 33 34 [easy_yt https://www.youtube.com/watch?v=FmjZlaacPd8 400 200] 35 400px width x 200px height. 36 37 [easy_youtube https://www.youtube.com/watch?v=FmjZlaacPd8 100% 400] 38 100% width x 400px height. 29 39 30 40
Note: See TracChangeset
for help on using the changeset viewer.