html - Cant get image to stretch full width -
i have been having heck of time getting background image stretch on screen fit screen have no decided add image. below image of trying accomplish. have cleared of css , html section , looking start scratch again. help. www.jobspark.ca

your parent container fixed width 960px. , if change container width affect whole design. better try below code. make position absolute image , can stretch
.image-block-outer-wrapper{ height:338px; } .image-block-wrapper{ position:absolute: //align div using margin } .image-block-wrapper img{ width:1200px; //or increase original image width photoshop , set width here whatever want }
Comments
Post a Comment