by ChoccieMuffin on Mon Mar 25, 2019 10:24 am
How were the image sized imported? It's possible the reason they are distorted is that they came in with some inline styling, so you could possibly do some find-and-replace to look for the inline styling and remove it.
For example, this is some inline styling where the size of the image is defined in the topic: "<img src="../images/PICTURE.png" style="width: 151px;height: 75px;" />".
If you do take that approach, don't do an automatic replace but use Find Next and examine every instance before replacing, just in case there are other bits that you find that need to have an inline width specified.