Before / after slider - shorter than 6 x 9?

  • Issue description:
    I’d like to be able to create an even skinnier widget than 6 x 9. perhaps 5 x 9 or 4 x 9

  • Link to the page with the widget in question:
    https://www.elitewashdown.com/

In this case, I had to add black bars at the top and bottom to fill the 6x9 height.

Is there an option to make a full width adjustable height widget, or some other way to do this?

I see your point, Hugh, and I believe the issue could be resolved by changing images ratio, i.e. uploading images in the correct ratio.

We however have a CSS code to control the height, I’m placing it here just in case:

.global-styles, .eas-slider-slider {
    height: 80vh !important;
}

Please let me know if it helped :slight_smile:

2 Likes