установил модуль revolution slider opencart 2.3
тп молчит как партизан
сайт: etolshop.com.ua
не могу понять почему свайпает видео на мобильных
вот кусок js кода, который, полагаю, нужно править:
// START OF HTML5 VIDEOS
if ((is_mobile() && nextcaption.data('disablevideoonmobile')==1) ||isIE(8)) nextcaption.find('video').remove();
if (is_mobile() && jQuery(window).width()<569) nextcaption.find('video').remove()
if (nextcaption.find('video').length>0) {
nextcaption.find('video').each(function(i) {
var video = this,
jvideo = jQuery(this);
if (!jvideo.parent().hasClass("html5vid"))
jvideo.wrap('<div class="html5vid" style="position:relative;top:0px;left:0px;width:auto;height:auto"></div>');
var html5vid = jvideo.parent();