Just sent you an email 👍
J
Jens Mennicke
@Jens Mennicke
Posts
-
Different fixed heights for carousels on mobile and desktop -
Different fixed heights for carousels on mobile and desktopI just updated the carousel plugin, but still negative on my end.
-
Different fixed heights for carousels on mobile and desktopHello Armin, thanks for your feedback! I installed your update, but unfortunately it doesn’t work on my end. However, it’s not a problem – I’ve found a CSS workaround that seems to work stable:
.fivefour .slide-inner {
height: 62vh !important;
}Many thanks, Jens
-
Different fixed heights for carousels on mobile and desktopHi Armin, I’d like to apply different fixed heights for carousels on mobile and desktop. Do you have an idea how I can target the correct CSS class for the carousel to do this? Thanks, Jens!