The Audiovisual Identity Database:Tutorials: Difference between revisions
Jump to navigation
Jump to search
The Audiovisual Identity Database:Tutorials (view source)
Revision as of 11:59, 21 January 2021
, 21 January 2021→YouTube
imported>Hb1290 No edit summary |
imported>WelcomeToMyChillHome |
||
| Line 84: | Line 84: | ||
<code><nowiki><youtube width=240 height=185>your_id1</youtube><youtube width=240 height=185>your_id2</youtube></nowiki></code> | <code><nowiki><youtube width=240 height=185>your_id1</youtube><youtube width=240 height=185>your_id2</youtube></nowiki></code> | ||
Each video's width and height parameters are customizable, simply replace 240 and 185 with desired width/height. | Each video's width and height parameters are customizable, simply replace 240 and 185 with desired width/height. | ||
If you want to make in in the center, use this template: | |||
<code><nowiki> | |||
<center> | |||
<youtube width="329" height="186">your_id</youtube> | |||
<youtube width="329" height="186">your_id2</youtube> | |||
<youtube width="329" height="186">your_id3</youtube> | |||
</center> | |||
</nowiki></code> | |||
If width and height parameters are not filled, the video will be automatically shown with the default width/height parameters (240x185). | If width and height parameters are not filled, the video will be automatically shown with the default width/height parameters (240x185). | ||