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

Updated assets

parent cc485ae5
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")
.responsive.placeholder(style=`padding-bottom: ${aspect_ratio}`)
noscript
img(src=fallback sizes=sizes srcset=urls)&attributes(attributes)
img(src=thumb, data-src=fallback, sizes=sizes, data-srcset=urls)&attributes(attributes)
......
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