Resize Oversized Images 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

Resize Oversized Images in subsilver2

Post by Administrator »

Open: styles/subsilver2/theme/stylesheet.css

Find:

Code: Select all

.rtl .postbody li, .rtl ol, .rtl ul {
   margin: 0 1.5em 0 0;
}
Add After:

Code: Select all

.postbody img {
    max-width: 600px;
}
Save and Upload

NOTE:- You can change the width to suite your forum