mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
video support
This commit is contained in:
parent
3e6f2f3247
commit
0a882b6614
12 changed files with 63 additions and 31 deletions
|
|
@ -139,10 +139,10 @@
|
|||
</footer>
|
||||
</div>
|
||||
|
||||
<div id="lightbox" class="lightbox" aria-hidden="true" role="dialog" aria-label="Image viewer">
|
||||
<div class="lightbox__stage">
|
||||
<img id="lightbox-img" class="lightbox__img" alt="">
|
||||
</div>
|
||||
<div id="lightbox" class="lightbox" aria-hidden="true" role="dialog" aria-label="Media viewer">
|
||||
<div class="lightbox__stage" id="lightbox-stage">
|
||||
<img id="lightbox-img" class="lightbox__img" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="{{ get_url(path='/js/script.js') }}"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue