leaflet pop up affichage 1 image seulement

This commit is contained in:
2025-06-26 12:28:49 +02:00
parent 68bd037a3a
commit ae6ca43e4b
2 changed files with 18 additions and 2 deletions
@@ -36,9 +36,16 @@
height: 210px;
margin: 17px 10px 17px 20px !important;
padding-right: 10px;
a img:not(:first-child){
a {
display: none;
}
a:nth-child(1){
display: block !important;
}
a:last-of-type{
display: block !important;
}
#text{display: none;}
}
}