Больше без разовиэкранов

Issue #52 new
Frumscepend created an issue

Запретить слишком высокие картинки без спойлера. Решение:

.spoiler img {
    max-height: none;
}
.topic img {
    max-height: none;
}
img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-height: 500px;
width: auto;
}

Добавить в глобальные стили.

Comments (1)

  1. Log in to comment