Nicola Franchini
Nicola Franchini
Hi, I'm not totally sure, but you could try to import `VenoBox` from /src/venobox.esm.js. /dist/venobox.min.js is the built and compressed version, not the module.
Hi, and thanks for the note, I never considered that option. But how would you detect the lack of support for inline PDFs in a reliable way?
Thank you. Maybe I will add that option. It should be slightly different now, because the script doesn't use anymore jQuery
Hi, there is the option `titlePosition: 'top' || 'bottom'`, to place the title inside the top bar, or the bottom bar
the new option `fitView` has been introduced, you can set `fitView: true` when initializing the script
> I have the same error. I have tried the method you suggested but it didn't work. > > VenoBox from /src/venobox.esm.js Or VenoBox from /venobox/src/venobox.esm.js Inside my demo is...
Yes, if you reinitialize the same selectors after adding new element to the collection, the script skips the already initialized elements. Sorry, the destroy() function was inside the old jquery...