9 lines
163 B
CSS
9 lines
163 B
CSS
.big-image picture, .big-image img {
|
|
height: auto;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|