Fixed CSS for photos
This commit is contained in:
@@ -23,13 +23,15 @@
|
||||
|
||||
.image-panel {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
aspect-ratio: 25.375 / 18.125;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.image-panel-popup {
|
||||
|
||||
Reference in New Issue
Block a user