ASIF SAHO, the name refers to a tech lover guy who always likes spending sleepless time with code, travel, bike riding, hangout with friends and reading adventure books.
Was working to build a theme and created a small gallery. Its so easy to make this type of gallery or this type of gallery is enough in the web. So if you are expert one please leave the page asap 😛
[html]<div class="gallery gallery-col-4">
<div class="item"> <img src="assets/img/01.jpg" alt="">
<a href="#">
<div class="overlay">
<h4>Heading</h4>
<p>Lorem Ipsum Dolor Sit Amet Lorem Ipsum Dolor Sit Amet Lorem Ipsum</p>
</div>
</a>
</div>
<!– ——————— more item can be here ————————— –>
</div>[/html]
There are 3 column style available for the gallery, to get 2 or 3 column style change the class “gallery-col-4” to “gallery-col-2” or “gallery-col-3“.