Responsive max-height and max-width
-
Hi!,
Is it possible to use max-height and max-width instead of height, width? I edited the page in safari web inspector mode and simply changing this:
<div id=”galleryid-1″ data-total=”4″ class=”gallery galleryid-613 gallery-columns-3 gallery-size-full” style=”position: relative; width: 795px; height: 596px;”>
to this:
<div id=”galleryid-1″ data-total=”4″ class=”gallery galleryid-613 gallery-columns-3 gallery-size-full” style=”position: relative; max-width: 795px; max-height: 596px;”>
allows me to resize the slideshow and make it responsive. Where can I edit to make this happen?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Responsive max-height and max-width’ is closed to new replies.