Skip to content

Instantly share code, notes, and snippets.

@avyfain
Last active September 2, 2019 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avyfain/0a0942d1c6570f4df549285d4fe472b3 to your computer and use it in GitHub Desktop.
Save avyfain/0a0942d1c6570f4df549285d4fe472b3 to your computer and use it in GitHub Desktop.
<img srcset="{{ site.image_path }}{{page.bucket}}/{{img.sizes[0]}}.xs.{{img.sizes[1]}} 600w,
{{ site.image_path }}{{page.bucket}}/{{img.sizes[0]}}.s.{{img.sizes[1]}} 800w,
{{ site.image_path }}{{page.bucket}}/{{img.sizes[0]}}.{{img.sizes[1]}} 1280w,
{{ site.image_path }}{{page.bucket}}/{{img.sizes[0]}}.m.{{img.sizes[1]}} 2000w,
{{ site.image_path }}{{page.bucket}}/{{img.sizes[0]}}.l.{{img.sizes[1]}} 3000w"
sizes="(max-width: 800px) 600px,
(max-width: 1064px) 800px,
(max-width: 1700px) 1280px,
(max-width: 3000px) 2000px,
3000px"
src="{{ site.image_path }}{{page.bucket}}/{{img.sizes[0]}}.{{img.sizes[1]}} | default: img.url}}"
alt="{{ img.title }}">
.photo {
max-width: 100%;
max-height: 80vh;
margin-bottom: 0%;
margin-top: 1%;
}
.photo-half {
max-width: 49.75%;
max-height: 80vh;
margin-right: .5%;
display: inline-block;
margin-top: 1%;
}
.photo-half.end {
max-width: 49.75%;
margin-right: 0%;
max-height: 80vh;
display: inline-block;
margin-top: 1%;
}
.photo-half p {
margin-bottom: 0px;
}
.photo-triplet {
max-width: 33%;
max-height: 80vh;
margin-right: .33%;
display: inline-block;
}
.photo-vertical {
margin-top: 3%;
max-width: 50%;
max-height: 100vh;
margin-left: auto ;
margin-right: auto ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment