Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #927645

    I am using a full width slider on my home page and I want to adjust the height of the images. In the Pages section, under Content, there is a drop down titled “Slideshow Image and Video Size”. 1500 x 430 is too thin, and 1500 x 630 is too thick. Is there an easy way (Quick CSS?) to customize the image height for all images in the slider?

    #927673

    Hey kpeffer,

    What is the ideal size you are needing? Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #927675

    I’m not exactly sure. I think I may have to try a few to see what works best, but maybe we could start with 1500 x 530?

    #928278

    Hi,

    The best would be 1920×600 to make it work the best.
    That could make a small crop on top – so reworking it would be fine!

    Best regards,
    Basilis

    #928289

    Ok. I will try that. I am also trying to get the blog posts that show on the Home page footer to all have the images be the same size. Ideas?

    #928297

    Hi,

    If they aren’t the same size by default, this is tough. Perhaps try this in quick css:

    a.slide-image{
    max-width:250px!important;
    height:160px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.