Browse Source

Galerie: responzivní zmenšování fotky

remotes/origin/imagekit
Matěj Kocián 9 years ago
parent
commit
1f64739ada
  1. 7
      mamweb/static/css/mamweb.css

7
mamweb/static/css/mamweb.css

@ -445,6 +445,13 @@ div.zadani_azad_termin {
/* galerie */
/* velká fotka */
.galerie .obrazek {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
.predchozi_obrazek{
position: absolute;
z-index: 1;

Loading…
Cancel
Save