- This topic has 16 replies, 4 voices, and was last updated 2 years, 2 months ago by .
- You must be logged in to reply to this topic.
Hello, Duke.
The query was now about the size of the images. I’ve tried to change them to thumbnail size (a third of what they are now), tried to rebuild them with the Ajax thumbnail plugin, and they remain the same size.
So I want to know how I can make them smaller without losing image quality.
Hi,
As I told you, you need to add 1 more image there, because the slider stretches those images to the content width, that’s why changing thumbnail size and rebuilding does not matter. If it won’t fill the content width it will look ugly, but if it’s ok for you, navigate to Customize > Additional CSS and add the following snippet:
.featured-slider-area {
max-width: 900px !important;
}
Kind Regards