Display inline image when it starts loading,

Rewrote inline-expanding.js to display full image as soon as it starts
loading.
Modified expand-all-images.js to work with the new change
Moved max-width to style.css
This commit is contained in:
Markerov 2014-10-27 16:49:17 +08:00 committed by czaks
parent 26130c43ea
commit a723ff8e66
3 changed files with 34 additions and 23 deletions

View file

@ -194,6 +194,10 @@ img.banner,img.board_image {
border: none;
}
.full-image {
max-width: 98%;
}
div.post .post-image {
padding: 5px;
margin: 0 20px 0 0;