Hi, i am using your enfold theme. Wondering under gallery function, can i standardize all previewed thumbnail images into consistent size and within the border/frame?
example: http://tsfurnituredesign.com/wp-content/uploads/2016/11/Screen-Shot-2016-11-14-at-7.18.26-PM.png
They are consistent and regardless the photo is horizontal or vertical, system auto squeeze them within the frames.
Look into my website (http://tsfurnituredesign.com/catalogue/page/2/) , vertical image will be cut off half way.
Could you advise?
Anyone can help?
Hi,
Thanks for reaching out to us!
I’m not quite seeing which image is the vertical image being cut off but please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
img.attachment-portfolio_small.size-portfolio_small.wp-post-image {
height: 215px !important;
width: 301px !important;
}
Best regards,
Jordan