fix zoom of planar Mapilio photos (#9849)

Co-authored-by: Dogukan <mail@dogukany.com>
This commit is contained in:
Ozcan Durak
2023-08-17 17:17:28 +03:00
committed by GitHub
parent 0ef662ab5d
commit 66046e7dc2

View File

@@ -286,15 +286,24 @@
background-position: center;
background-repeat: no-repeat;
}
#ideditor-viewer-mapilio-simple-wrap {
height: 100%;
}
#ideditor-viewer-mapilio-simple {
width: 100%;
height: 100%;
transform-origin: 0 0;
}
#ideditor-viewer-mapilio-simple img {
width: 100%;
height: 100%;
object-fit: cover;
overflow: hidden
}
/* Streetside Viewer (pannellum) */
.ms-wrapper .photo-attribution .image-link {
display: block;