Tagged: Portfolio
Hi guys,
Love to work with enfold.
However I just have a problem with the portfolio, and can’t find where the problem is
http://www.trendrede.nl/trends/
Not everything is showing nicely, but every image has a different height.
The weird thing is that the first second when the pages loads, it appears to load correctly, and after that first second it is not looking well.
I’ve disabled all the plugins, I copied the theme from another site where it’s working, I disabled my child theme, reinstalled wordpress.
Tried to add the portfolio bye using a shortcode on the page, tried several settings with the portfolio. But nothings seems to help.
Hopefulle you guys can help me!
Hey!
The problem is that those images have different aspect ratios, you could easily solve it by adding this to the Quick CSS:
.grid-entry.flex_column a {
max-height: 257px;
overflow: hidden;
}
Have you checked the Masonry elements? you could build a portfolio grid that can contain images with different aspect ratios.
Cheers!
Josue