settings
地図が巨大表示されてしまうので一時的に変えます (増井)
code:style.cssx
.line img.image{
max-height: none;
max-width: 95%;
}
.level-1 img {
width: 33%;
max-height: none;
}
画像を横幅いっぱいに表示するのは、[画像URL]ではなく[[画像URL]]を使うとできます(shokai)