Florian Bertholin
Florian Bertholin
Here is an example which reproduces the issue: https://github.com/Arkan/warbler_issue Thanks for you help
If that can helps, I've switched to the the lazyload plugin, and I had the same issue unless I set skip_invisible: false. https://github.com/tuupola/jquery_lazyload/issues/138
I'm on mac and I needed to do the following in order to compile the code for Windows ``` $> brew install mingw-w64 $> GOARCH=amd64 GOOS=windows CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go...
Excellent idea :metal: