Switch all pics to webp, + stuphs
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
<div class="cell">
|
||||
{{? $angle = rand(-15,15); ?}}
|
||||
<img src="{{ glide:url preset="thumbnail" }}" alt="{{ alt }}" class="photo"
|
||||
style="transform: rotate({{ $angle }}deg);">
|
||||
{{# <img src="{{ glide:url }}" alt="{{ alt }}" class="photo full"> #}}
|
||||
<img src="{{ glide:url preset="thumbnail" fm="webp"}}"
|
||||
data-url-full="{{ glide:url }}"
|
||||
alt="{{ alt }}"
|
||||
class="photo"
|
||||
style="transform: rotate({{ $angle }}deg);">
|
||||
<img src="{{ glide:url w="1280" q="70" fm="webp"}}" alt="{{ alt }}" class="photo-full">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user