Use Correct Image width and height
This commit is contained in:
parent
1fa8f9282c
commit
00cae1b627
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ body {
|
|||
object-fit: contain;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
grid-column: 1 / 4;
|
||||
grid-row: 1 / 3;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Clickable Areas in Single Image View */
|
||||
|
|
Loading…
Reference in a new issue