{"version":3,"file":"js/glightbox-796426a4efbf7e7751b6.js","mappings":"yGAEAA,EAAGC,UAAWC,GAAI,QAAS,4BAA4B,SAAUC,GAC/DA,EAAMC,iBACYC,EAAW,CAC3BC,SAAU,CACR,CACEC,KAAMP,EAAGQ,MAAOC,KAAM,QACtBC,KAAMV,EAAGQ,MAAOG,KAAM,UAG1BC,UAAU,EACVC,WAAW,EACXC,aAAa,EACbC,gBAAgB,IAERC,MACZ,G","sources":["webpack:///./app/javascript/packs/glightbox.js"],"sourcesContent":["import * as GLightbox from 'glightbox';\n\n$( document ).on( 'click', '[data-toggle=\"lightbox\"]', function( event ) {\n event.preventDefault();\n const glightbox = GLightbox( {\n elements: [\n {\n href: $( this ).attr( 'href' ),\n type: $( this ).data( 'type' ),\n },\n ],\n zoomable: false,\n draggable: false,\n closeButton: true,\n autoplayVideos: false,\n } );\n glightbox.open();\n} );\n"],"names":["$","document","on","event","preventDefault","GLightbox","elements","href","this","attr","type","data","zoomable","draggable","closeButton","autoplayVideos","open"],"sourceRoot":""}