Skip to content
Snippets Groups Projects
Commit 58a892f1 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated assets

parent 2cdd1ea6
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ mixin responsive_image(thumb, fallback, urls, sizes, aspect_ratio)
mixin theme_card(id, name)
a.card(href="/assets/images/#{id}.png")
.image
+responsive_image(`/assets/images/${id}@thumb.jpg`, `/assets/images/${id}@266.png`, `/assets/images/${id}@220.png 220w, /assets/images/${id}@266.png 266w, /assets/images/${id}@335.png 335w, /assets/images/${id}@352.png 352w, /assets/images/${id}@532.png 532w`, "(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px", "316.6666666666667%")
+responsive_image(`/assets/images/${id}@thumb.jpg`, `/assets/images/${id}@266.png`, `/assets/images/${id}@220.png 220w, /assets/images/${id}@266.png 266w, /assets/images/${id}@335.png 335w, /assets/images/${id}@352.png 352w, /assets/images/${id}@532.png 532w`, "(max-width: 767px) calc(50vw - 2em + 1px), (max-width: 991px) 336px, (max-width: 1199px) 221px, 267px", "177.7777777777778%")
.content
.extra=name
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment