(Geep changed the content model of the page Template:SkillCard/styles.css from "CSS" to "Sanitized CSS") Tag: content model change |
m (Fix video size) |
||
Line 1: | Line 1: | ||
.preview img { | .preview img { | ||
max-width: 100%; | max-width: 100%; | ||
width: 100%; | |||
height: auto; | |||
} | |||
video { | |||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
} | } |
Revision as of 11:48, 15 June 2024
.preview img { max-width: 100%; width: 100%; height: auto; } video { width: 100%; height: auto; }