hi - i have an image gallery that is generated dynamically
https://redhousebarn.co.uk/gallery/index-test.php
you can see that the images aren't nesting together as expected
I'm using
<div class="masonry-thumbs grid-container row row-cols-3 has-init-isotope" data-big="2" data-lightbox="gallery">
<?php do { ?>" data-lightbox="gallery-item">" alt="<?php echo $row_rs_gallery['Title']; ?> "class="lazy lazy-loaded"><?php } while ($row_rs_gallery = mysql_fetch_assoc($rs_gallery)); ?>
</div>
please help
thanks
dan
