Hi,
Thanks for writing a great plugin and I'm using in one of my own upcoming open source project that uses Electron/Chromium.
The question is:
How can I start showing the pictures in fullscreen mode ?
I looked into your code and have found an internal function toggleFullscreen which I can't call on page load event outside he plugin as the plugin instance isn't returning from the constructor.
I just want to skip a step that users won't have to click on thumbnails and then click on the fullscreen button.