Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make an image a full background in html

 I have set the fixed position, you can set it to whatever you want.

.bg-image {
   width: 100%;
   height: 100%;
   position: fixed;
   right: 0;
   left: 0;
   top: 0;
   bottom: 0;
 }
 
PREVIOUS NEXT
Tagged: #image #full #background #html
ADD COMMENT
Topic
Name
5+7 =