Hiya,
Is there any way to get this to play nicely with responsive images?
Specifying my width and height in my HTML, I am unable to add:
height: auto;
Without breaking the script.
(Note I'm having to specify !important to avoid it being overridden)
There might be a CSS solution to this, but I can't think of one.
Maybe once the script is loaded, it then adds a custom CSS class with
height: auto !important; ?
Just split balling here. Not sure if that would work.
Hiya,
Is there any way to get this to play nicely with responsive images?
Specifying my width and height in my HTML, I am unable to add:
height: auto;Without breaking the script.
(Note I'm having to specify !important to avoid it being overridden)
There might be a CSS solution to this, but I can't think of one.
Maybe once the script is loaded, it then adds a custom CSS class with
height: auto !important;?Just split balling here. Not sure if that would work.