• Resolved ThePLD

    (@thepld)


    We noticed an issue where images wouldn’t properly resize when viewing a post (they resized properly in the editor). It turns out a number of people are having this issue. Here is the culprit:

    #content img {
    	margin: 0;
    	height: auto;
    	max-width: 640px;
    	width: auto;
    }

    The height and width entries are overriding the tag attributes set by the resizing editor.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Twenty Ten Bug Found – Image Resizing’ is closed to new replies.