adjust lightbox size
This commit is contained in:
@@ -37,11 +37,13 @@ Contacts d’artistes à changer dans la mosaique
|
|||||||
|
|
||||||
# page manifestations
|
# page manifestations
|
||||||
|
|
||||||
- [ ] Pour la vidéo **insérer si possible en première image fixe** la vue extérieure du bâtiment
|
- [x] Pour la vidéo **insérer si possible en première image fixe** la vue extérieure du bâtiment
|
||||||
|
|
||||||
- [ ] Si possible : absence de son par defaut
|
- [x] Si possible : absence de son par defaut
|
||||||
|
|
||||||
- [ ] En reprenant la même charte graphique que d’habitude **placer les six photos dessous en vignettes pouvant s’ouvrir d’1 clique** (suivre l’ordre correspondant au numéro de chaque image, dans l’idéal faire apparaitre le nom de l’artiste)
|
- [x] En reprenant la même charte graphique que d’habitude **placer les six photos dessous en vignettes pouvant s’ouvrir d’1 clique** (suivre l’ordre correspondant au numéro de chaque image, dans l’idéal faire apparaitre le nom de l’artiste)
|
||||||
|
|
||||||
|
- [x] ajuster taille des images
|
||||||
|
|
||||||
- [ ] Mettre le texte comme d’habitude (texte dans ce document)
|
- [ ] Mettre le texte comme d’habitude (texte dans ce document)
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
#lightbox img {
|
#lightbox img {
|
||||||
width: auto;
|
width: 100%;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
#lightbox a img {
|
#lightbox a img {
|
||||||
border: none;
|
border: none;
|
||||||
@@ -76,7 +75,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#imageDataContainer {
|
#imageDataContainer {
|
||||||
font: 11px Arial, Helvetica, sans-serif;
|
font:
|
||||||
|
11px Arial,
|
||||||
|
Helvetica,
|
||||||
|
sans-serif;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-top: 1px #666666 solid;
|
border-top: 1px #666666 solid;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -88,7 +90,11 @@
|
|||||||
#imageData {
|
#imageData {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-family: Courrier New, Courrier, DejaVu Sans Mono, monospace;
|
font-family:
|
||||||
|
Courrier New,
|
||||||
|
Courrier,
|
||||||
|
DejaVu Sans Mono,
|
||||||
|
monospace;
|
||||||
}
|
}
|
||||||
#imageData #imageDetails {
|
#imageData #imageDetails {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
@@ -101,7 +107,10 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#imageData #numberDisplay {
|
#imageData #numberDisplay {
|
||||||
font: 10px Arial, Helvetica, sans-serif;
|
font:
|
||||||
|
10px Arial,
|
||||||
|
Helvetica,
|
||||||
|
sans-serif;
|
||||||
display: block;
|
display: block;
|
||||||
clear: left;
|
clear: left;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -364,6 +364,7 @@
|
|||||||
<video
|
<video
|
||||||
width="480"
|
width="480"
|
||||||
height="485"
|
height="485"
|
||||||
|
muted
|
||||||
poster="images/manifestations/18_un-monde-en-soi/un-monde-en-soi_poster.jpg"
|
poster="images/manifestations/18_un-monde-en-soi/un-monde-en-soi_poster.jpg"
|
||||||
controls
|
controls
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user