@media css for resizing images
-
Hi, I’m trying to have the background images fit the container height of small devices so you can see a bit more of the image.
I had to insert the following css for the home page so the text that is over the image was legible.
@media screen and (max-width: 460px) { .page-header .container { padding-top: 30px !important; height:750px !important; } }
I would like to add css so the images fill the height of container. At the moment you can only see a bit of the images as they are huge on small devices. If I lower the height in the above css it means the text on the homepage disappears.
Any help would be much appreciated.
Thanks
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘@media css for resizing images’ is closed to new replies.