forked from leftypol/leftypol
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:
parent
26130c43ea
commit
a723ff8e66
3 changed files with 34 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue