[enh] port baguette responsive to material theme
This commit is contained in:
parent
1db01d43ef
commit
8a7e5357c3
@ -25,7 +25,12 @@
|
|||||||
{{ image.copy() }}
|
{{ image.copy() }}
|
||||||
|
|
||||||
<div class="picture card-image caption">
|
<div class="picture card-image caption">
|
||||||
<a href="{{ image }}" {% if caption %}data-caption="{{ caption }}"{% endif %}>
|
<a href="{{ image }}" {% if caption %}data-caption="{{ caption }}"{% endif %}
|
||||||
|
data-at-450="{{ image.generate_thumbnail("x450") }}"
|
||||||
|
data-at-800="{{ image.generate_thumbnail("x800") }}"
|
||||||
|
data-at-1366="{{ image.generate_thumbnail("x1366") }}"
|
||||||
|
data-at-1920="{{ image.generate_thumbnail("x1920") }}"
|
||||||
|
>
|
||||||
<img class="lazy" data-original="{{ image.generate_thumbnail("x600") }}">
|
<img class="lazy" data-original="{{ image.generate_thumbnail("x600") }}">
|
||||||
{% if caption %}
|
{% if caption %}
|
||||||
<div class="caption__overlay center">
|
<div class="caption__overlay center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user