Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #49006

    HI, i’m having some problems with the size of the pics putted into the post slider on the homepage.. in the instructions i have read the size should be 1600×600 px and i ve done this but still it does not show the pics the way i should.. there are border on the right and left side so the pictures don’t cover the entire horizontal surface.
    Some issues?

    #49011
    Sakin
    Keymaster

    @lucabriganti85: Can you post in your site URL so that I can check in. I think you are looking from very large screensize which screen resolution is more that 1600px. If that is the case then yes, it will show border on left and right. If you add image size more then 1600px it’s not good for the website as the image will be heavy and site will load slow. Just a note that the screensize above 1600px is only used by 2% of the web.

    #49040

    can you see it ?
    lucabriganti.com/wordpressaruba

    #49066
    Sakin
    Keymaster

    @lucabriganti85: Yes, I check in different screensizes and it’s only the issue with large screens which is not comment in Web browsing. So, this should be fine. If you try to increase the image size more then 1600px to support very large screen, then you will have loading issue. As I have already told you the web browser user of this screen size is less then 2%. So, you need to think about it.

    Also there is one css trick that you can stretch this image for large screen by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #main-slider img {
        width: 100%;
    }
    #49079

    awesome! thank you buddy you were really helpful to me! 😉

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured Image slider pictures size’ is closed to new replies.