Limited image in hight dimension to deal with vertical photos.

This commit is contained in:
Marcus Scholz 2020-08-05 20:08:37 +02:00
parent 8f7e03cda9
commit bb7d3b1a2f
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
.LP-PlaceOveriew__Image{ .LP-PlaceOveriew__Image{
width: 700px; width: 700px;
height: 700px;
box-shadow: 0 0 10px $-grey; box-shadow: 0 0 10px $-grey;
object-fit: cover; object-fit: cover;
object-position: 0 0; object-position: 0 0;

View File

@ -473,6 +473,7 @@ body {
.LP-PlaceOverview .LP-PlaceOverview__Info .LP-PlaceOveriew__Image { .LP-PlaceOverview .LP-PlaceOverview__Info .LP-PlaceOveriew__Image {
width: 700px; width: 700px;
height: 700px;
box-shadow: 0 0 10px #565656; box-shadow: 0 0 10px #565656;
object-fit: cover; object-fit: cover;
object-position: 0 0; object-position: 0 0;