1

how would you make these video players height and width 100% and resize with the page http://scripts.reloadlab.net/customYtPlayer/

<a class="youtube" href="http://www.youtube.com/watch?v=CD2LRROpph0" style="width: 100%;"></a>

makes the video player the width of the window and it remains that way when resizing it whereas i want it to be resizable with the window. and you cant specify height but i would also like that to be resizeable with the window when resizing it.

Yusaf Khaliq
  • 3,333
  • 11
  • 42
  • 82

1 Answers1

2

You could use fitvids.js, a responsive jQuery plugin for fluid width video http://fitvidsjs.com/

Kostis
  • 1,105
  • 8
  • 10