Comments 1ignacio_viana started the conversationOctober 24, 2023 at 7:18pmIs it possible to include in the portfolio listing's masonry layout a larger size for the images that spans the entire width, meaning all 4 columns, with the height of 'wide,' featuring an image of 2000x500? 1,882Judith repliedOctober 25, 2023 at 4:53amHi there,Thanks for writing to us.Please paste this css in the CSS custom code section: Salient > General Settings > CSS/Script Related: body .portfolio-items .col.elastic-portfolio-item.wide { width: 100%!important; aspect-ratio: 2/1;}.portfolio-items[data-col-num=elastic] .col.elastic-portfolio-item.wide img { height: 100%!important;}I hope you find this helpful.Best Regards. 1ignacio_viana repliedOctober 25, 2023 at 5:26pmHello Judith, thanks for the answer. The concept of proposing the solution helped me solve what I was needing. Thank you so much1 Like Sign in to reply ...
Is it possible to include in the portfolio listing's masonry layout a larger size for the images that spans the entire width, meaning all 4 columns, with the height of 'wide,' featuring an image of 2000x500?
Hi there,
Thanks for writing to us.
Please paste this css in the CSS custom code section: Salient > General Settings > CSS/Script Related:
I hope you find this helpful.
Best Regards.
Hello Judith, thanks for the answer.
The concept of proposing the solution helped me solve what I was needing.
Thank you so much