We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4faf30 commit 2ec8b5bCopy full SHA for 2ec8b5b
_layouts/post.html
@@ -25,6 +25,7 @@
25
background-image: url('{% if page.image contains '://' %}{{ page.image }}{% elsif site.featured-image-source %}{{ site.featured-image-source | append: page.image | absolute_url }}{% else %}{{ '/assets/images/' | append: page.image | absolute_url }}{% endif %}');
26
background-size: cover;
27
background-position: center;
28
+ background-attachment: fixed;
29
filter: brightness({{ page.image_brightness | default: 0.5 }});
30
z-index: 0;">
31
</div>
0 commit comments