Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to Shift Left a row of Thumbnails

$
0
0

My code is currently:

<div class="img-wrap">

    <img class="item-thumb" src="file1.jpg" id="thumbimg" onclick="ShowLarge(this);" />

    <img class="item-thumb" src="file2.jpg" id="thumbimg" onclick="ShowLarge(this);" />

     (and then replicated for 8 more thumbnails)

</div>

Suppose product1 has 6 thumbnails, and product2 has 8 thumbnails. How can I shift-left the images?

I am learning html and Razor, so I'm open to any suggestions!


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>