Line 707: | Line 707: | ||
height:350px; | height:350px; | ||
object-fit: cover; | object-fit: cover; | ||
+ | } | ||
+ | _:-ms-fullscreen, :root .ie11up { /* fucking piece of shit m$ */ | ||
+ | .slideshow-container img { | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { | ||
+ | .slideshow-container img { | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
} | } | ||
/* Caption text */ | /* Caption text */ |
Revision as of 00:01, 2 November 2017