View Single Post
Old 04-24-2014, 11:56 AM   #1
goios
Junior Member
goios began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2014
Device: kindle paperwhite 10th gen
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
goios is offline   Reply With Quote