View Single Post
Old October 18th, 2012, 01:14 PM   #10
csmith12
The Corner Whisperer
 
csmith12's Avatar
 
Name: Chris (aka Reactor)
Location: Northern KY
Join Date: May 2011

Motorcycle(s): 2010 250 (track), 1992 250, 2006 R6 (street/track), 2008 R6 (track)

Posts: Too much.
MOTY 2015, MOTM - Nov '12, Nov '13
Ok guys I found a solution to my large image problem on this site as well as others.

If your a google chrome user you can add the stylish extension. And then add this code in a style. Give it any name you want.

Code:
div[id^="post_message_"] img:not(.inlineimg) {
max-width: 700px;
cursor: pointer;
display:block
}

div[id^="post_message_"] img:not(.inlineimg):hover {
max-width: 100000px;
display:block
}
or all automatically with the following links

http://userstyles.org/styles/14636/n...-re-size-hover
http://userstyles.org/styles/14636
csmith12 is offline   Reply With Quote