Laudanum / spacetime_concerto

Holding project for Drupal competition profile
0 stars 0 forks source link

On the ideas and inspiration page the videos all play at once #73

Closed tredhead closed 12 years ago

ghost commented 12 years ago

This can be resolved by passing autoplay parameter to video filter tag. For example:

[video:http://www.youtube.com/watch?v=xf6WYxLl2DU autoplay:0]

this will disable auto play on this video. I've added the parameter to 2nd and 3rd video so only 1st one auto plays on page load.

Eri