Jan Sorgalla

Results 43 comments of Jan Sorgalla

There are two workarounds to support better zooming of images: 1. Make the underlying content non-scrollable: ``` css .lity-active, .lity-active body { overflow: hidden; } ``` 2. Use a plugin...

I might consider this for the next version. 👍

👍 Feel free top open a PR

Not sure what you mean exactly, but feel free to open another PR to discuss this.

Yes, Lity supports the kinda old format, see https://github.com/jsor/lity/blob/master/test/functional/uri.html#L122 I need to update the Google Maps URL handling to also support the current structure.

I'm not able to work on this at the moment. But it's still on the todo list.

I have no idea if YouTube allows that. Lity just creates an iFrame and loads the YouTube embed URL. Lity ensures to pass all query parameters from the original URL...

Are you sure that is coming from Lity and not from some javascript which is executed/loaded inside the YouTube-iFrame?

There are mayn ways to do this including using a custom handler. The easiest way is probably by globally listening to the `ready`event. The following might do it (untested): ```js...

This is just the youtube website running inside an iframe and i have no idea if you can control the fullscreen mode. You maybe find something in the youtube docs.