mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 11:42:40 +00:00
Make the Cassette Beasts shrine hero image responsive
This commit is contained in:
parent
6162aca256
commit
8482b45dbe
@ -1,7 +1,10 @@
|
||||
{% extends "global/hero.njk" %}
|
||||
|
||||
{% block heroImg %}
|
||||
<img src="/assets/cassettebeasts/images/cassettebeasts-header.png" alt="Banner of Cassette Beasts Shrine">
|
||||
<picture>
|
||||
<source srcset="/assets/cassettebeasts/images/cassettebeasts-header-640.png" media="(orientation: portrait)" />
|
||||
<img src="/assets/cassettebeasts/images/cassettebeasts-header-320.png" alt="Banner of Cassette Beasts Shrine" />
|
||||
</picture>
|
||||
{% endblock %}
|
||||
|
||||
{% block eventScript %}
|
||||
|
BIN
src/assets/cassettebeasts/images/cassettebeasts-header-320.png
Normal file
BIN
src/assets/cassettebeasts/images/cassettebeasts-header-320.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 649 KiB |
BIN
src/assets/cassettebeasts/images/cassettebeasts-header-640.png
Normal file
BIN
src/assets/cassettebeasts/images/cassettebeasts-header-640.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.8 MiB |
Loading…
x
Reference in New Issue
Block a user