registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Need class to apply to images so they're not responsive. #97

Open mhulse opened 11 years ago

mhulse commented 11 years ago

Like for blogger mugs on landing page of blog network.

mhulse commented 11 years ago

... or, Google Maps.

This CSS should suffice:

img.reset {
   max-width: none;
   max-height: none;
}

... though, the above class name could be better.