Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #69077
    Les Zigomanis
    Participant
    Premium Member

    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.

    #69085
    Duke
    Keymaster
    WP Royal Team

    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

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.