✦ Verified product
Pgytech OneMo Tactical BackPack
USD 179.95
AVC photo video store
Verified independent store
→
.quick-access { width:100%; display:block; height:auto; overflow:hidden; padding:0 0 5.5% 0; background: #111111; } .quick-access .iv_columns{ width:92%; margin:auto; display:flex;
column-gap:1.25%; } .quick-access .box-ratio.image{ width:100%; border-radius: 4%; overflow: hidden; height:auto; background: transparent; } .quick-access .box-ratio.image img{ width:100%; border-radius: 3%; height: 100%; background: transparent; } .quick-access .title { width:100%; height:auto; margin-bottom: 2.5%; background: transparent; } .quick-access .title img{ width:100%; background: transparent; } .quick-access .video { width: 100%; border-radius: 4%; overflow: hidden; background: transparent; } .quick-access .video video{ border-radius: 3%; height: 100%; transform: scale(1.03); } $(document).ready(function() { $('.youtube,.la-close').on('click',function(){ var _this = $(this); $('#yt_video').attr('src',"https://www.youtube.com/embed/pJzNfvyLae8"); _this.hide(); $('.youtube').css('display','none'); _this.parent().find('.box-ratio').css('display','block'); return false; }); $('#close_youtube').on('click',function(){ var _this = $(this); $('#yt_video').attr('src',"https://www.youtube.com/embed/pJzNfvyLae8").css('display','none'); _this.hide(); _this.parent().find('.box-ratio').css('display','block'); return false; }); if ($(window).width() > 980) { $('#yt_video').width($(window).width()*0.65); var videoWidth = $(window).width()*0.65; var videoHeight = parseInt(videoWidth)*540/962; $('#yt_video').height(videoHeight); } else { $('#yt_video_mobile').width($(window).width()); var videoWidth = $(window).width(); var videoHeight = parseInt(videoWidth)*540/962; $('#yt_video_mobile').height(videoHeight); } $(window).on('load resize orientationchange', function() { if ($(window).width() > 980) { $('#yt_video').width($(window).width()*0.65); var videoWidth = $(window).width()*0.65; var videoHeight = parseInt(videoWidth)*540/962; $('#yt_video').height(videoHeight); } else { $('#yt_video_mobile').width($(window).width()); var videoWidth = $(window).width(); var videoHeight = parseInt(videoWidth)*540/962; $('#yt_video_mobile').height(videoHeight); } }); }); $(document).ready(function() { $('.youtube-mobile,.la-close').on('click',function(){ var _this = $(this); $('#yt_video_mobile').attr('src',"https://www.youtube.com/embed/pJzNfvyLae8"); _this.hide(); $('.youtube-mobile').css('display','none'); _this.parent().find('.box-ratio').css('display','block'); return false; }); $('#close_youtube_mobile').on('click',function(){ var _this = $(this); $('#yt_video_mobile').attr('src',"https://www.youtube.com/embed/pJzNfvyLae8"); _this.hide(); _this.parent().find('.box-ratio').css('display','block'); return false; }); });