Page 1 of 1

Prevent scrolling images

PostPosted: Sun Dec 13, 2015 2:09 pm
by Webb
This forum scrolls images larger (height) than 350px - example

You can prevent this by modifying the site's CSS - this is for Firefox. I think it works in Chrome and Opera too.

Code: Select all
@-moz-document domain(forums.simviation.com){

.attach-image
{max-height:1000px !important}

}


This isn't a tutorial on how to modify CSS. Just Google it.

I don't know what "Code: Select all" means. The board added it. This is not part of the code.