Fixed gallery image height

This commit is contained in:
Peter Zimon 2019-11-07 17:17:20 +07:00
parent 3ca25886eb
commit ed2f9e499c

View File

@ -448,7 +448,7 @@ figure blockquote p {
.kg-gallery-image img {
width: 100% !important;
height: 100% !important;
height: auto !important;
}