Здравствуйте, не буду плодить лишние темы, вопрос по той же карусели.
Вот моя страница товара:
http://adellin.ru/zoloto/koltso-iz-b...-roberto-bravo
Это скрипт карусели:
<script type="text/javascript">
function owlForDiana(){
<!--jQuery(".text_zoom").remove();-->
jQuery("#list_product_image_middle a.lightbox").wrapAll("<div class='owl-carousel owl-image-middle'></div>");
var owl = jQuery(".jshop.productfull .owl-carousel.owl-image-middle");
owl.owlCarousel({
loop: length > 1 ? true:false,
dots: true,
margin: 0,
nav: true,
navText: ["<", ">"],
items: 1
});
owl.on("changed.owl.carousel", function(event) {
jQuery(".jshop_img_thumb").removeClass("select").eq(event.page.index).addClass("select");
jQuery(".owl-item.active a").css("display","block");
hideVideo();
});
owl.on("translated.owl.carousel", function(event) {
jQuery(".owl-item.active a").css("display","block");
});
jQuery(".jshop_img_thumb").removeAttr("onclick").off().each(function(i, el) {
jQuery(el).click(function(event) {
event.preventDefault();
owl.trigger("to.owl.carousel", [i,1000]);
});
}).first().addClass("select");
}
jQuery(function(){
jQuery(document).ajaxComplete(function(event, xhr, settings){
if (settings.url.indexOf('ajax_attrib_select_and_price')!==-1){
owlForDiana();
}
});
owlForDiana();
});
</script>
Проблема: как видео подружить с этой каруселью? Чтобы с фото прокручивалось?
Заранее благодарна