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}` Code: ``` html <textarea id="source"> layout: true background-image: url(arghh.jpg) --- # Slide 1 </textarea> ```