We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In v0.13, the background image is scaled down (the image is 1800x1350):
In v0.14.0, the background image is not scaled:
A workaround is .remark-slide-content {background-size: cover}
.remark-slide-content {background-size: cover}
Code:
<textarea id="source"> layout: true background-image: url(arghh.jpg) --- # Slide 1 </textarea>