Blame view

slide.css 103 Bytes
943d04c2   Arsisakarn Srilatanart   first commit
1
2
3
4
5
6
7
8
img {
    max-width: 100%;
    max-height: 100%;
}
.slideshow {
    display: block;
    width: 400px;
}