Tagged: background, responsive
My issue is the images like this with the kitchen and tablet. They are not being resized in responsive resolutions.
And this is ruining the design.
I believe I am not the first one who ask about this, but I can’t find any.
Do you agree this is not ideal, when the sliders are responsive perfectly, but not those.
I really need a solution.
Found temporarly solution, until you find a permanent and ideal one.
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px) {
#top #av_section_2 { background-attachment: scroll !important; }
}
Just make it scroll under desktop resolution.
What do you think about it?
I just afraid it will make trouble in future with another elements.
Regards!
Hi vadi4ek,
Any image you set as “fixed” means *you* do not want it to re-size. This isn’t a bug but just how css works.
Regards,
Devin