Okay
  Public Ticket #847073
Can't reduce size of image gallery slider
Closed

Comments

  • Hayley Lynch started the conversation

    I am using an Image Gallery slider at the bottom of my home page. I have tried setting the image as "thumbnail," "small," "medium," and "large." These terms work fine for my other pages and their image galleries. But for some reason, this Home page gallery will only show images as full-sized. The images are not optimized for this, and are pixellated, not to mention it just doesn't look right with the rest of the layout. 


    Can you please help me get these slider images into a more appropriate size? "Medium" or seems to work well on other pages.

    Finally, can you please tell me what resolution is best for uploading images to this site in the first place? Are the resolutions of my images part of the issue?


    Thank you!


    Hayley

    Update: I switched to the logo slider for now since I can't get the Image Gallery to size the images correctly. I'd like to go back to the Image Gallery, since the logo gallery isn't meant for this use.

  •  1,558
    Laborator replied

    Hi Hayley,

    You can use this CSS to manage it:

    .page-container .wpb_content_element.lab_vc_logo_carousel .logos-carousel .logo-entry img {
        height: 500px;
    }
    

    Change the value of the height to change the size of it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group