Changeset 501538
- Timestamp:
- 02/07/2012 09:12:16 AM (14 years ago)
- File:
-
- 1 edited
-
ninja-embed-plugin/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ninja-embed-plugin/trunk/readme.txt
r501537 r501538 77 77 As of version 1.3 it is now possible to remove the container around the embed code you can set the container to false(default is true): 78 78 79 *`<?php media_embed( http://www.youtube.com/watch?v=EojN6r2VSR4', 800, 600, false); ?>`*79 *`<?php media_embed('http://www.youtube.com/watch?v=EojN6r2VSR4', 800, 600, false); ?>`* 80 80 81 81 OR if you dont want to set the width and height and just remove the container: 82 82 83 *`<?php media_embed( http://www.youtube.com/watch?v=EojN6r2VSR4', , , false); ?>`*83 *`<?php media_embed('http://www.youtube.com/watch?v=EojN6r2VSR4', '', '', false); ?>`*
Note: See TracChangeset
for help on using the changeset viewer.