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
Post a Comment