Closed michalczajka closed 7 months ago
Just like you did here but masonry and justfied https://crocoblock.com/school/articles/jetengine-dynamic-field-widget-grid-gallery-and-slider-gallery-options-overview/
Any update on this? It's been more than a year now. Been waiting for this masonry and justified on a dynamic field gallery.
+1
+1
+1
selector .jet-engine-gallery-grid { display: block; column-count: 2; }
selector .jet-engine-gallery-grid__item { max-width: 100%; }
@media (max-width: 767px) { selector .jet-engine-gallery-grid { column-count: 1; } }
selector .jet-engine-gallery-grid { display: block; column-count: 2; }
selector .jet-engine-gallery-grid__item { max-width: 100%; }
@media (max-width: 767px) { selector .jet-engine-gallery-grid { column-count: 1; } }
Tried the code, currently not working on my website sadly.
That code worked, many thanks!
+1 about this feature, it will add flexibility when admins add gallery images with different dimensions and aspect ratio.
selector .jet-engine-gallery-grid { display: block; column-count: 2; }
selector .jet-engine-gallery-grid__item { max-width: 100%; }
@media (max-width: 767px) { selector .jet-engine-gallery-grid { column-count: 1; } }
worked for me
Done.
released in JetEngine v3.4.2
It will be great to add masonry style in image Gallery. just to add eg. 20 pictures at once ,not click 20 items.