Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #431004

    I’m trying to get all of the portfolio images on one page to be the same size so that they show in a nice neat line.
    When the images were originally uploaded to the individual portfolio pages they were all different sizes, and so showed at different sizes on the main page with all the portfolio images on.
    I then tried to change all the images that didnt line up to be 495 x 400px in the hope that they would then line up, but on the main page they still seem to be showing at their old size, despite re-saving and updating the page several times.
    Are the images that show on the portfolio page cached? or is there some reason that the sizes don;t change, even after changing the sizes of the images on the individual portfolio pages?
    And how can i best get them to all display in one neat line?

    Many thanks

    #431592

    Hi makeitbritish!

    Try adding this to your custom CSS.

    .grid-entry, .grid-image img {
      max-height: 150px;
    }

    Regards,
    Elliott

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