Making the header image/background image responsive.
-
My site is located here:
I’ve inserted the image using php and css.
header.php
Line 42-44
https://pastebin.com/v7nV7Amhstyle.css
[code] .superslider {
position: absolute;
width: 100%; height: 500px; background-size: cover; background-position: center top;}[/code]
I’ve tried dozens of solutions from here:
https://stackoverflow.com/questions/787839/resize-image-proportionally-with-css
&
https://stackoverflow.com/questions/12609110/responsive-css-background-images
And other results on google – no joy.
- The topic ‘Making the header image/background image responsive.’ is closed to new replies.