Quote:
Originally Posted by dan2the6th
Thank you, that's good to know. I completely missed the editor tools the first time around.
But (not to seem ungrateful) they would not have helped my basic problem of stretching out the image in the viewer.
|
Since you rotated the image, I would have suggested changing your CSS to:
.calibre12 {
width: 90%;
height: auto;
}
Note the semi-colon after the entries is required for all but the last entry before the } but I use it on all entries since it doesn't hurt and helps to keep you from having issues when moving items around.