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

Updated assets

parent 9264d398
No related branches found
No related tags found
No related merge requests found
mixin responsive_image(thumb, fallback, urls, sizes, aspect_ratio)
.responsive.placeholder(style=`padding-bottom: ${aspect_ratio}`)&attributes(attributes)
.responsive.container&attributes(attributes)
.responsive.placeholder(style=`padding-bottom: ${aspect_ratio}`)
noscript
img(src=fallback sizes=sizes srcset=urls)
img(src=thumb, data-src=fallback, sizes=sizes, data-srcset=urls)
......
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