Vector.css: Porovnání verzí
Z Beta: Franklinova expedice
(responsivní obrázky ve Vectoru?) značky: mobile edit mobile web edit |
m (test) |
||
Řádek 2: | Řádek 2: | ||
/* To make images responsive - třída pro obalující div! */ | /* To make images responsive - třída pro obalující div! */ | ||
.res-img p { | .res-img p { | ||
max-width:100% !important; | max-width:100% !important; | ||
Řádek 9: | Řádek 10: | ||
max-width:100%; | max-width:100%; | ||
height:auto; | height:auto; | ||
} | |||
/* Test */ | |||
body { | |||
outline: 1px solid red; | |||
} | } |
Aktuální verze z 5. 8. 2021, 08:47
/* Zde uvedené CSS bude ovlivňovat pouze styl „Vektor“ */ /* To make images responsive - třída pro obalující div! */ .res-img p { max-width:100% !important; } .res-img img { max-width:100%; height:auto; } /* Test */ body { outline: 1px solid red; }