
Originally Posted by
ideasgirl
I have a slideshow on wfcomputerpr.com. As you can see I have a background image to accommodate the images inside. The issue here is that the background image is not adjusting as the others do in responsive environment. What should I do in this case?
Interesting request. :) Take a look at stackoverflow solution. Adding
Code:
background-size:contain;
background-position:center;
to the first line in index_home.css does the trick, but some further styling WILL be required. You might consider some @media max-width rules to improve it...
Bookmarks