Files
docker-docs/_includes/image-modal.html
Allie Sadler ad4c5dd659 image zoom modal (#15975)
* POC image modal

* standardize image size

* fixes

* fixes

* reverse an earlier commit and tweak further

* experiments

* more playing around

* simplify

* David's magic

* david fix

* test

* test 2

* Final fix

* now the final fix
2023-01-10 17:01:21 +00:00

6 lines
208 B
HTML

<div id="img-modal" class="modal">
<span class="close" id="img-modal-close">&times;</span>
<img src="/" alt="/" class="modal-content" id="img-modal-img">
<div id="img-modal-caption"></div>
</div>