Though it's a very common question but really could not find the proper solution of this query.I want when scroll down the background image should remain fixed and the texts will be scrolling only and it's working fine in computer but in case of mobile screen it's doing normal scroll not that scroll like computer, the picture is also scrolling with the text,
#sectionone{
background-image:url(../img/mainimg.jpeg);
background-attachment:fixed;
background-size:100% 100%;
}