After upgrading to bootstrap 4, I noticed that my gallery layout has changed from horizontal in bootstrap 3 to vertical. What could have caused this sudden change?
To see the issue, here is a link to a fiddle.
Here are my column settings:
<div class="row gallerymargin">
<div class="col-md-12">
<div class="latest_posts default-style">
<div class="row" id="contentgallery">
<div id="album">
<div class="col-sm-6 col-lg-4 post">
<a href="cms/images/gallerijen/over-ons/8200trouwen.jpg" target="_blank" class="hoverBorder plus lightgallerytrigger">
<span class="hoverBorderWrapper">
<img style="object-fit:cover;width:100%;height:200px;" src="cms/images/gallerijen/over-ons/8200trouwen.jpg" class="img-responsive" width="370" height="200" alt="" title="">
<span class="theHoverBorder"></span>
</span>
<h6>View Photo +</h6>
</a>
</div>
(more individual columns go here)
</div>
</div>
<!--/ row -->
</div>
</div>
</div>
All other elements on my website appear fine, so it's puzzling why only the gallery layout was affected by the upgrade.