• Hello i have high quality picture 4000X4000 pixels and i am having hard time to match them well into the slider size.

    the results that i get are pictures are being cropped or if i make them smaller their quality goes down

    What do i need to do in order to fix this?

    Thank you for your time reading and responding I very appreciate this

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .slides-container .slide-item{
       background-position: 0 0 !important;
    }
    

    Let me know how it goes. I’ll wait to hear back from you regarding your stats.

    Regards,
    Kharis

    Thread Starter idovidal

    (@idovidal)

    I just pasted it in the Simple Custom CSS template,

    but it seems it still cropped , maybe i didt it wrong? i am kinda new to the wordpress things so if you can explain it to me liek a child it would be more than appreciated 🙂

    Hello there,

    It seems to be impossible to maintain the background image size across the screen width. This code might what you are looking for

    .slides-container .slide-item{
       background-size: 100% !important;
       background-position: top center !important;
    }

    but it would lead another issue. I’m afraid :(. Please follow this thread for your reference.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘slider dimensions’ is closed to new replies.