Create A New Page - Question | JoomShaper

Create A New Page

國立中正大學

SP Page Builder 1 year ago

The question of SP Page Builder. When I take the Slideshow by addon, I can not resize the images. example like https://www.lib.ccu.edu.tw/index.php/component/sppagebuilder/page/3 My origonal image is 1200X430, but the website is not. Thanks for helping.

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #69473

Hi there!

Thanks for your query.

Did you mean this one? https://prnt.sc/BNA_0kr0BX7M

Then you may try this custom code in your custom CSS:

.sp-slider .sp-item .sp-background {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

Hope this will improve the visibility.

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #69488

Thanks for accepting my answer:)

Have a nice day!

0