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