Sp Page Builder Thumb Slider - Adjust To The Screen Size - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Sp Page Builder Thumb Slider - Adjust To The Screen Size

SK

SowieSo GmbH & Co. KG

SP Page Builder 4 years ago

Hello, I use the Thumb Slider on the http://joomla-2020.p500300.webspaceconfig.de/ website. How can I make it so that the images adapt to the screen size? So they are not distorted, but change proportionally? Thank you

0
2 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #7884

Hello SowieSo GmbH,

I am afraid you cannot do that as this needs core level customization. However, if you would like to do that, you can add custom CSS on your own risk.

Thank you!

0
Pavel
Pavel
Accepted Answer
4 years ago #7925

Do you mean thumbs? Try this code.

.thumb-wrap img {
    height: 140px !important;
    object-fit: cover;
    object-position: center;
}
0