mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 02:42:40 +00:00
Make hero image of KotOR shrine responsive
This commit is contained in:
parent
11223e8fc4
commit
306cf6fb05
@ -1,7 +1,10 @@
|
||||
{% extends "global/hero.njk" %}
|
||||
|
||||
{% block heroImg %}
|
||||
<img src="/assets/starwarskotor/images/swkotor-header.jpg" alt="Banner of Star Wars: Knights of the Old Republic Shrine">
|
||||
<picture>
|
||||
<source srcset="/assets/starwarskotor/images/swkotor-header-320.png" media="(orientation: landscape)" />
|
||||
<img src="/assets/starwarskotor/images/swkotor-header.jpg" alt="anner of Star Wars: Knights of the Old Republic Shrine" />
|
||||
</picture>
|
||||
{% endblock %}
|
||||
|
||||
{% block eventScript %}
|
||||
|
BIN
src/assets/starwarskotor/images/swkotor-header-320.png
Normal file
BIN
src/assets/starwarskotor/images/swkotor-header-320.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 835 KiB |
Loading…
x
Reference in New Issue
Block a user