I use jquery to expand the div with youtube embed, but when I click to expand the div size, firefox stops the youtube embed game. Chrome, IE9, etc. Do not stop video playback when expanding the size. I hope someone finds out about the solution.
$(document).ready(function() { $("#wideView").click(function() { $("#youtube-movie").toggleClass("wide"); }); });
Greetings
jquery html firefox
Shannon hyland
source share