Home › Forums › CSS › Full Sized Image That Resizes Based On Browser Window… › Reply To: Full Sized Image That Resizes Based On Browser Window…
March 19, 2014 at 8:34 am
#166255
Keymaster
I don’t mean to be rude but you guys are way over complicating the solution. The problem is on the page there is a <div id="canvasWrapper">
immediately after the opening <body>
tag. There is CSS applied to #canvasWrapper
that gives it a max-width:1200px;
remove that and it works just fine. I just tested it in Firebug.