mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
* 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
6 lines
208 B
HTML
6 lines
208 B
HTML
<div id="img-modal" class="modal">
|
|
<span class="close" id="img-modal-close">×</span>
|
|
<img src="/" alt="/" class="modal-content" id="img-modal-img">
|
|
<div id="img-modal-caption"></div>
|
|
</div>
|