• Hello Experts – I am having a miserable time with the slider changing the sizes of my images so they are not the correct sizes. Despite me changing the sizes many times to be much lower than 1200 by 500 the keep blowing up (meaning englarging).
    You can see them on my homepage https://www.adwords-expert.net, for example the first one is 793×400 so why would it not fit? the next is 504×375 etc..

    Please advise how can I fix this problem ?

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You need to aim to have images sized at 1200×500. If they are smaller, Czr will scale them up to 1200×500 to fit.

    1170px x 500px is the standard Customizr slider size.

    Thread Starter AdwordsExpert

    (@adwordsexpert-1)

    Thank you guys. It is now clear why the images are being enlarged. Is there a way to turn of the auto-sizing so the image size stays the same as it is and gets centered in the 1170×500 field.

    If not, I’ll just size everything to be the exact size.

    Thanks again.

    Hello, thank you for this wonderfull theme.
    I have the same problem as AdwordsExpert.
    Is there a way to turn of the auto-sizing so the image size stays the same as it is and gets centered in the 1170×500 field?
    The site is https://www.accounting-tm.com/
    Thanks.

    Not as designed. You need to resize your images to 1170 x 500

    Thank you for the response.

    One approach to this is to stop the slider growing width-wise, which automatically stops it also growing height-wise. In this way, if you are using the “boxed” approach, the slider will simply stay 1170×500 for all large-screen sizes.

    If you want to do this, you need the following in your child theme’s stylesheet or in Custom CSS:

    /* Stop the slider growing beyond 1170px */
    @media (min-width: 1200px) {
        #customizr-slider {
            max-width: 1170px;
            margin-left:auto;
            margin-right:auto;
        }
    }

    Hi,

    I have changed my sliders to a bigger size, but they cannot be seeing properly on a mobile.

    If the slide is bigger than 1200×500 wont display normally on phones and tables?

    my website https://www.luanabickel.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Slider changing sizes of my images’ is closed to new replies.