adding max-width for large images...

This commit is contained in:
erqan 2016-09-03 15:36:30 +03:00 committed by GitHub
parent d610a27467
commit c95cdeac18

View File

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