Responsive layout on mobile
I wanted my background image no repeat and fix.
#main {
background-repeat: no-repeat!important;
background-attachment: fixed;
}
It works on my computer but doesn’t work on my mobile device. responsive layout is enabled. Is there any way I can have fixed bgr on my mobile device?
Shahin
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Shahin,
Unfortunately background-attachment: fixed isn’t available to mobile devices. This is mainly related to performance issues.
http://stackoverflow.com/questions/23236158/how-to-replicate-background-attachment-fixed-on-ios
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.