View Single Post
Old 08-04-2025, 08:37 AM   #11067
MidnightRose
Member
MidnightRose began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Feb 2025
Device: Kindle Colorsoft
Quote:
Originally Posted by JimmXinu View Post
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
Code:
nook_img_fix:false
fixed the images issues quite nicely.
MidnightRose is offline   Reply With Quote