Best Answer SmetDenis , 06 October 2014 - 05:35
Попробуйте в этом файле
media\zoo\applications\jbuniversal\framework\helpers\jbassets.php
в функции jbimagePopup()
$("a.jbimage-link[rel=jbimage-popup], a.jbimage-gallery").fancybox({
"autoSize" : false,
"autoHeight" : false,
"autoWidth" : false,
"autoResize" : false,
"helpers" : {
"title" : { type : "outside" },
"buttons": { position:"top" },
"thumbs" : { width :80, height:80 },
"overlay": { locked: false}
}
});
Go to the full post


This topic is locked








