Last Updated: February 25, 2016
·
710
· modaloda

Stretch-fit Background

Usage:
Somewhere in your script, add:

<img src="LINK TO BACKGROUND" class="bg-sf"> 

css:

img.bg-sf {width: 100%; height: 100%; left: 0px; top: 0px; position: fixed; z-index: -1;}

1 Response
Add your response

I prefer this one ;)

bg-sf {background-image: url(LINK TO BACKGROUND); background-size: cover;}
over 1 year ago ·