Show Quoted Images as Thumbnails in subsilver2

phpBB 3.0.x Mods that are no longer being developed
Administrator
Site Admin
Posts: 781
Joined: Tue Nov 18, 2014 11:30 am

Show Quoted Images as Thumbnails in subsilver2

Post by Administrator »

Open: styles/subsilver2/theme/stylesheet.css

Find:

Code: Select all

.attachcontent {
   font-size: 0.85em;
}
Add Before:

Code: Select all

.quotecontent img {
    max-width: 100px;
    max-height: 100px;
}