Soygoy
I will fight for /anthro/
certain users of soyjak.blog have been abusing the lack of a height limit to spam threads
A full 1920 x 1080 or vice versa image renders as a 300px by 300px image due to max-width being 300px in css, but there is no max-height: 300px causing long 48 x 1080 images to render as long towers3k by 3k image:
48 x 1000 image:
adding max-height: 300px to .bbImage could easily fix this and stop the effectiveness of users creating long 48 pixel wide 5000 pixel tall images that clear and ruin threads.
CSS:
.bbImage {
max-width: 300px;
max-height: 300px;
}
this is what it looks like after
users have a max of 6 image embeds, which with max-height: 300px is 1,800 pixels because 300 x 6 images
which isnt nearly as annoying as 1080 * 6 which is 6,480 pixels, more than double the size of monitors of which most of us have (1080p)
from my testing, it hasn't negatively impacted the viewing of images in anyway
broot do this
SmallAnus has added an image that is 13500 pixels tall
you times that by 6, and without a height limit, your thread is gone.
be professional and stop letting users exploit your site
@Broot @Froot @Weebhunter3000
@baqqrih @Oot
mods pass this onto your higher ups
EDIT: The issue continues with videos.
Read more here: https://soyjak.blog/index.php?threads/new-exploit-fix-add-max-height-and-max-width-to-videos.5674/
Last edited: