Quote:
Originally Posted by JimmXinu
The images are displayed smaller due to height / width attributes on the <img> tags. Those attrs are discarded by FFF. You could keep them using keep_html_attrs (search for keep_html_attrs and add_to_keep_html_attrs), but that would apply to all tags.
|
Oh thank you so much for this. This was actually exactly what I needed for some of the formatting to show up in one of the stories I'm following.
As shown here
And the image size tags plus
fixed the images issues quite nicely.