lity icon indicating copy to clipboard operation
lity copied to clipboard

Based on previous issue: Custom max-width #194

Open inglesuniversal opened this issue 6 years ago • 2 comments
trafficstars

Hi

Under the latest version... how can I make Lity to go full width and full height on both (web or mobile browser) for iframe container covering: youtube, html5 video, google map, external web content

example mention above #194 in not working properly.

Thanks

inglesuniversal avatar Sep 19 '19 18:09 inglesuniversal

@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: 100%; max-width: 664px ; }

adam-jones-net avatar Sep 27 '19 13:09 adam-jones-net

I'll give it a try! thanks so much @arkid !

inglesuniversal avatar Sep 28 '19 04:09 inglesuniversal