jquery - Make image as background into an empty row in bootstrap -
i place image row using backstretch jquery plugin. here snippet:
script $("#img-background").backstretch("/image.jpg"); .container-fluid .row #img-background
nothing has placed row background image through above plugin unfortunately image not showed since row empty.beside image responsive. width image 1050px. if use background-size: cover
unfortuntately image not responsive. suggest image responsive?
example
Comments
Post a Comment