html - Keeping background image fixed with responsive design -
if take here:
https://quirktools.com/screenfly/#u=http%3a//logan-gabriel.com&w=1600&h=900&a=1&s=1
there's small white margin on right side of screen. shouldn't case, background image should fixed right right edge. if try other smaller resolutions, you'll notice behavior. once screen gets large of width (1600px), fails.
any ideas why happening?
thanks guys.
hey set image width auto
#image { width:auto;//you have set 40% causes issue }
Comments
Post a Comment