Sha256: 8d130a3c04443edd1f44dc9d01f73455dfdbc411e66c1ab90288cd6eb0a8b961
Contents?: true
Size: 622 Bytes
Versions: 27
Compression:
Stored size: 622 Bytes
Contents
// запускаем механизм просмотра картинки товара var fItemImageMagnificPopupStart = function () { $("div#div_main_show_area").magnificPopup({ delegate: 'a.lazy-image-wrapper', fixedContentPos: false, removalDelay: 300, mainClass: 'mfp-fade', type: 'image' }); }; var fItemGalleryPhotosMagnificPopupStart = function() { $("div#gallery3").magnificPopup({ delegate: 'a', fixedContentPos: false, removalDelay: 300, mainClass: 'mfp-fade', type: 'image', gallery: {enabled:true} }); }
Version data entries
27 entries across 27 versions & 1 rubygems