iZend

Results 1 comments of iZend

An idea is to compute the size of the video when the page is loaded: ``` javascript $(document).ready(function() { var ytch=30, bw=25, w=640, h=360, maxw=$(window).innerWidth()-2*bw; if (maxw < w) {...