$('.play').click(function () { var $video=$(this).parent().find('.video-player'); var player=$video[0]; if (player.paused){ player.play(); //$(this).hide(); } $video.attr('controls','true'); }) $('.video-player').on('ended pause',function(){ $(this).parent().find('.play').show(); }); $('.video-player').on('play',function(){ $(this).parent().find('.play').hide(); }); $(function () { function resizeAR(){ var $element = $('.aspect-ratio-1280-768'); var width = $element.width(); var height = width*(0.6); $element.height(height); }; resizeAR(); window.onresize = function() { resizeAR(); } }); /*******************************************************************/ /* ftrtch dino */ /* [type: JS] [file:wfill-video] [126.2601] DESIGN*/ /*******************************************************************/ /* 0.3 D>D */ /* db 159 */