Adam Jones

Results 27 comments of Adam Jones

Can you delete this? Your link seems to not work and I assume you resolved/scrapped this code ?

@inglesuniversal I just added this at the bottom of my css to overwrite anything above that contradicted it... .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container { width:...

Please add support for this through an attribute to specify a max width as a percentage or pixel width

Another vote for this to be added please!

Another vote for adding support for pressing the ESC key to close, that's kind of a convention with many lightbox/popups

> @arkid This should do the job for now: > > ```js > document.body.addEventListener('keypress', (e) => { > if (e.key === "Escape") instance.close() > }) > ``` Thanks for this...

+1 This was raised before: https://github.com/SubZane/simplegmaps/issues/19 It does seem like a legitimate issue. Just wasted an hour setting this up when it seems it won't be working any time soon...

Thank you @SubZane ... anything that can reduce the amount of repeated html for a map that has lots of markers would be a great way to improve the code...

I think I have the same

Did anyone get a fix or workaround for this ?