Tagged: ajax portfolio, image, size
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.
Just checking in to see if anybody has had a chance to look into the issue?
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
I placed the code in the custom CSS and adjusted the min and max height and nothing changed. Could you take another look?
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
Thank you it’s all good now…Whew! I owe you a beer!