This is extremely annoying when people post screenshots, the issue can be seen in loads of thread on the forum here.
In styles/prosilver/theme/common.css
Find |
img {
|
border-width: 0;
|
}
|
Replace with |
img {
|
border-width: 0;
|
max-width: 100%;
|
}
|
Same thing for subsilver2 in stylesheet.css
- was obsoleted by solution of
-
PHPBB-11552 Responsive design for prosilver
- Unverified Fix