Changing image width in the economist
The economist recipe sometimes produces images that are too wide for my kobo touch (800x600). I tried to add an extra-css "img {max-width: 100%;}" which does appear in the divs created by the recipe, but the fixed "width" and "height" attributes are still in all the divs corresponding to images. The result is that the images appear distorted.
I tried adding extra-css "img {height: auto}" but it does not replace the fixed heights in those divs. How can I erase the fixed width and height from these divs?
Thanks
|