Section background image not working on firefox – Twitter bootstrap
I have write the following code to make a have a background image. It's working on Chrome and Internet Explorer but it's not shown in firefox. <style type="text/css"> #profile{ width: 100%; height: 100px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-size:…