adding stuff
This commit is contained in:
parent
e0b4c55364
commit
a94eb03a40
47 changed files with 852 additions and 575 deletions
|
@ -7,6 +7,6 @@
|
|||
{% set image = resize_image(path=path, width=width, height=height, op=op) %}
|
||||
{% endif %}
|
||||
<div class="w-full flex basis-full place-content-center">
|
||||
<img class="py-0 rounded-lg shadow-xl object-cover w-[{{width}}px] h-[{{height}}px]"
|
||||
<img class="py-0 rounded-lg shadow-xl data-zoomable object-cover w-[{{width}}px] h-[{{height}}px]"
|
||||
src="{{ image.url }}" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue