flutter_tex icon indicating copy to clipboard operation
flutter_tex copied to clipboard

Large images get cut width-wise

Open Seamate opened this issue 2 years ago • 2 comments

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. cropped image

How can I get the image to display fully, or scroll the whole image into view? Thank you.

Seamate avatar May 06 '22 02:05 Seamate

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.

shobhit2101 avatar May 18 '22 11:05 shobhit2101

Thanks for the answer, bro! I'll definitely give it a try and let you know how it goes.

Seamate avatar May 20 '22 02:05 Seamate

Set custom dimensions. You have full control over HTML with latex code..

Shahxad-Akram avatar Dec 18 '23 01:12 Shahxad-Akram