Background Image
-
Hi all, I am trying to spread the image as a full screen background across my site, fixed with no scrolling, and full screen with no distort across all platforms and screen size, i tried to input the following code with reference from searching online, and although it did make the background appear, not the full image was shown and it repeated to make up the whole screen. This is not the result i want. I am not good in coding. Can someone pls help me?
#ff_background {
background: url(‘images/Trial 1.jpg’);/* Set rules to fill background */
min-height: 100%;
min-width: 100%;/* Set up proportionate scaling */
width: 100%;
height: auto;
/*repeat: none;*//* Set up positioning */
position: fixed;
top: 0;
left: 0;
}
- The topic ‘Background Image’ is closed to new replies.