PWaddict
PWaddict
That code doesn't seem to work. Is anyone actually managed to lazysize a Google Map?
Since Google Maps API require credit card even for free usage I switched to iframe embed and I can easily lazyload them.
I have the same problem. On the [demo](https://vimejs.com/demo/) page if you select YouTube as the provider it works fine. I don't understand what I'm doing wrong...
Problem solved. The code on the demo page doesn't have closing tags for `` and ``.
I fixed the part that the image gets auto resized based on user's browser screen with a hook on init.php so I can get the original size. ``` $wire->addHookAfter('ProcessPageEditImageSelect::executeEdit', function(HookEvent...