Quote:
Originally Posted by jhowell
That was not meant as a suggestion! I recommend against leaving out styling for your images.
The 39.063% that appears in KFX if you use no styling for a 200x300 image is not a constant. It depends on the image size. If you use a 400x600 image with no styling you get width:78.125% as a result instead. I can't explain why these occur and do not recommend relying on them.
Percentage width should be used. And if you are concerned about the best look for older, non-KF8/KFX devices, also using height/with in pixels via media queries to cover that case.
|
Thanks. As I said, Gregg. I didn't tell you to use the fallback styling for s&gs, I told you because that's what you need to do. If you just slap the image in there, without setting % or pixels, then on the older devices, all the images will be blown up to the largest possible size--the full size of the width of the device, if it can be. I strenuously recommend AGAINST that.
Hitch