felipemko
New Member
- Joined
- Mar 2, 2010
- Messages
- 175
- Reaction score
- 3
if you want to have image as a background, i'd preffer to get fhd image, then in your layout css file find body tag and put there background-size: cover;
link that @Cornex gave you might come handy
background: url('../_img/background/background.jpg') no-repeat top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-size: 11px;
color: #524b3a;
font-family: 'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif;
padding: 0px;
margin: 0px;
text-shadow: 0.5px 0px #000;