Sha256: e9c881a3f45d1cd234b390ac0e71e50fdd0ab57d2cbfcd911af31c2c01a5ed5c
Contents?: true
Size: 598 Bytes
Versions: 8
Compression:
Stored size: 598 Bytes
Contents
Trestle.init(function(e, root) { $(root).find('[data-behavior~="zoom"]').magnificPopup({ type: 'image', closeOnContentClick: false, closeBtnInside: false, mainClass: 'mfp-with-zoom mfp-img-mobile', zoom: { enabled: true, duration: 150 } }); $(root).find('[data-behavior~="gallery"]').magnificPopup({ delegate: 'a', type: 'image', closeOnContentClick: false, closeBtnInside: false, mainClass: 'mfp-with-zoom mfp-img-mobile', gallery: { enabled: true }, zoom: { enabled: true, duration: 150 } }); });
Version data entries
8 entries across 8 versions & 1 rubygems