css - Responsive image issue using Bootstrap -


i build slider when resize browser want images center part not whole part or not left side part. how ?

css :

.fill { width: 100%; height: 100%; /*background-position: center;*/ /*-webkit-background-size: cover;*/ /*-moz-background-size: cover;*/ /*background-size: cover;*/ background-position: center center; /*-o-background-size: cover;*/ background-color: transparent ; } 


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -