]> git.mxchange.org Git - friendica.git/commitdiff
keep aspect ratio on very height wall images
authorrabuzarus <>
Mon, 25 Apr 2016 20:21:47 +0000 (22:21 +0200)
committerrabuzarus <>
Mon, 25 Apr 2016 20:21:47 +0000 (22:21 +0200)
css/style.css

index a0c95aac9380bfe2c7114b915a3bf4a98765c450..c1529da4930015c13d9691c0aa6991ec89178074 100644 (file)
@@ -1170,6 +1170,7 @@ section #jotOpen {
 }
 .wall-item-content img {
     max-height: 480px;
+    object-fit: contain;
 }
 .shared-content-wrapper,
 .vevent {