Well, of course depending upon the images, that could look really bad, but certain types of images will lend themselves well to being stretched in one dimension. You cannot add in the 100% where you are suggesting, the script just doesn't work that way.
Using css style though, we can get that sort of effect. Try this in your stylesheet:
Code:
#master0, #master0 * {
width: 100%!important;
}
This may or may not need a little fine tuning. If you want more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks