Works Unit

Modal image

Click picture to enlarge

Caption

Native image width: 1024px

The markup

<div class="relative" style="max-width: 700px;">

<p class="enlarge">Click picture to enlarge</p>

<img src="img/filename.jpg" style="width: 100%; max-width: 700px;" alt="Caption" class="modal-target">

</div>

<p class="caption">Caption</p>

<div id="modal" class="modal">
<div id="modal-close" class="modal-close">&times;</div>
<div><img src="#" alt="" id="modal-content" class="modal-content" style="width: 100%; max-width: 1200px;"></div>
<div id="modal-caption" class="modal-caption" style="width: 80%; max-width: 640px;"></div>
</div>

Filedate: December 18th, 2024