09-02-2017, 07:52 AM
By the way. If you watch the forum from the cellphone. Images are resized to fit the screen. This doesn't happen on the non-responsive design where big images go way off the screen. That may be changed easily so images are resized nevermind you are on the cellphone or a personal computer.
on the responsive.css this is included for some resolutions:
.bbc_img {
max-width: 100%;
max-height: 100%;
}
That may be included as a default for all resolutions and we would fix that small issue.
on the responsive.css this is included for some resolutions:
.bbc_img {
max-width: 100%;
max-height: 100%;
}
That may be included as a default for all resolutions and we would fix that small issue.
SR4L discord channel: https://discord.gg/h5RZTcEcbA

