Css for image max-width
Posted: Sat Aug 22, 2020 11:00 pm
I'd love for someone with server access (@chase ?) to add this CSS to the Megatokyo forum-style, attached images in the screenshot thread is breaking the page layout for all the uncropped 50K resolution stuff you guys keeps posting.
Code: Select all
image {
max-width: 100%;
}