Home › Forums › Design › Responsive Image › Reply To: Responsive Image
March 26, 2017 at 9:59 am
#253179
Participant
Glad to be of help, … not that I really understand, because switching from position: absolute
to position: fixed
also allows you to loose the wrapper div <div class="bg-image">
with the padding-bottom hack, as far as I can see, for fixed elements are fixed in relation to the browser window, so yeah, I don’t know it all depends on the implementation I suppose …