Can someone show me how to get the images to load 4 in column . I want 4 images per row row
<div class="form-border"> <table class="table"> <ul class="thumbnails"> @foreach (var photo in Model) { <li class="item"> @**@ <a href="@Url.Content(photo.Resource)"> <img alt="@photo.Breed" src="@Url.Content(photo.Resource)" class="thumbnail-border" width="180"/> a> <span class="image-overlay">@photo.Breedspan> li> } ul> table> div>
David SmithPosted Jun 24, 2018, 4:45 AM
Faisal PathanPosted Jun 23, 2018, 1:48 AM