Under Preferences --> Conversion --> Common Options --> Look and Feel --> Styling:
Try the following:
Enter the class that's used for the image (it might not be "img")--let's say it is calibre3, for example, so change calibre3 below to whatever class is being used:
Copy and paste the following into the Styling section:
.calibre3 {
width: 100%;
}
|