Browse Source

adding max-width for large images...

readme-update
erqan 8 years ago committed by GitHub
parent
commit
c95cdeac18
  1. 4
      css/style.css

4
css/style.css

@ -1305,6 +1305,10 @@ ol.toptrends-list { @@ -1305,6 +1305,10 @@ ol.toptrends-list {
{
width: 100%;
}
.image-preview img
{
max-width: 100%;
}
.preview-container
{
max-height: 500px;

Loading…
Cancel
Save