• Toni

    (@tools4toni)


    Is there a kinda easy way to make all of the images included in a theme main slider display in only one size?

    Some code magic? I have no idea what is involved with what I’m asking. Just curious and hopeful.

    Some themes create sliders that size all the images automatically to one dimension/size but other themes do not, so you end up with bouncing content from huge different sized images – and in some themed the images are chosen at random, like from a category, so manually editing is not an option.

    Thank you

    • This topic was modified 7 years, 3 months ago by Toni.
    • This topic was modified 7 years, 3 months ago by Toni.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, @tools4toni

    Add this CSS code…

    .frontpage-slider .owl-carousel-item img {
        position: relative;
        z-index: 1;
        max-width: 100%;
        height: 500px !important;
    }

    Thanks.

    Thread Starter Toni

    (@tools4toni)

    Hi @wbcomdesigns. Wow! Great! I honestly didn’t think it would be that straightforward.

    HUGE THANKS!!
    Toni

    PS…WORKS PERFECTLY. The dimensions, everything. I just added it to the CSS editor in the WP Customizer.

    Again, thanks so very much. Very excited.

    Glad to help you ??

    Thread Starter Toni

    (@tools4toni)

    @wbcomdesigns Hi again! My other site is worse than the first one I asked about. The entire page content bounces below the slider.

    If you would, could you show me how on this site too?
    https://toni-esl.com/
    The same code from above didn’t work on this one.

    (I just changed the slides to avoid asking this again but they still bounce. I even removed the content below the slider, but it still bugs me.)

    Thanks! Toni

    Note: There is an issue with the number of slides which I posted in the theme support forum. There are 10 slides slots showing, I only have access to 5.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Way to make any theme slider images one size? A default size?’ is closed to new replies.