flutter_tex
flutter_tex copied to clipboard
Large images get cut width-wise
I am using Flutter Tex in a mobile app built with Flutter and I have this issue where large content like images are cut width-wise and are not scrollable.
Please refer to the image below.
How can I get the image to display fully, or scroll the whole image into view? Thank you.
Hi I was also facing the same issue. Quick and temporary fix for this problem is to add the 'width : 100%' attribute in the image tag.
Thanks for the answer, bro! I'll definitely give it a try and let you know how it goes.
Set custom dimensions. You have full control over HTML with latex code..