twitter bootstrap - Responsive Background Image for body -


i design web page using bootstrap 3.3.7.

i want use image body responsive. when user change window size, size of image change.

thanks

you can try following on body.

background-image:url('image.png'); background-repeat:no-repeat; background-size:contain; background-position:center; 

and not set height or width image.


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -