lity
lity copied to clipboard
Based on previous issue: Custom max-width #194
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 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 ; }
I'll give it a try! thanks so much @arkid !