Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonio-uhei/741d2e0bba5a60036608dae9edee685d to your computer and use it in GitHub Desktop.
Save jonio-uhei/741d2e0bba5a60036608dae9edee685d to your computer and use it in GitHub Desktop.
/*↓にcssを効かせたい時*/
.method .display-flex img {
width: 216px!important;
height: 133px!important;
object-fit: cover!important;
}
/*クラスを↓にする*/
_:lang(x)+_:-webkit-full-screen-document, .method .display-flex img {
width: 216px!important;
height: 133px!important;
object-fit: cover!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment