Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #231785

    Hi I have a weird issue with the ajax portfolio. I have several images that are exported the exact same size, yet when viewed in the portfolio some are not scaling correctly. if you go to the “graphic design” link on the main nav and click “logo design” look at the fisrt page, top left you will see the logo “my tea blending room” is not scaling properly. I used firebug to see if i could figure out why this is happening and only noticed that the size is different although the actual size is 990px X 667px. You can check these images in the Media Library and see that they are in fact the same size. The site is in development so I’ve posted my user info.

    • This topic was modified 10 years ago by Snerp.
    #231873
    This reply has been marked as private.
    #232967

    Just checking in to see if anybody has had a chance to look into the issue?

    #233050

    Hi!

    Thank you for using the theme. I hope you’re doing great. Nice website!

    You can set a minimum and max height for the grid images. Add this on Quick CSS or custom.css:

    .grid-image.avia-hover-fx img {
    max-height: 240px;
    min-height: 240px;
    }

    Adjust the height value if necessary.

    Cheers!
    Ismael

    #233201

    I placed the code in the custom CSS and adjusted the min and max height and nothing changed. Could you take another look?

    #233616

    Hey!

    I checked the logo page again and they are now aligned properly. Please remove browser cache then reload the page a few times. Make sure that the max and min height are the same.

    Best regards,
    Ismael

    #233917

    Thank you it’s all good now…Whew! I owe you a beer!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Portfolio Image Issue’ is closed to new replies.