html - Div container doesn't fit content -
div container doesn't fit content made version of page principal components share , try resolve problem. well, problem when expand horizontally page images cutted in bottom. want leave page that, therefore without visual changes. ps: i'm using bootstrap
.image-container{   height: 100%;   width: 100%;       position:absolute; }        
i added inherit images
.image-container img{    height:inherit;    width:100%; }        
Comments
Post a Comment