You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the images in the app are not being rendered in the browser. I understand that this can be costly, but it would be great to have an optional "show images" feature. To achieve this, it would be sufficient to convert all image elements in the source code to Base64 format.
I suggest adding an "improvement" tag to this issue. Thank you for considering this feature.
The text was updated successfully, but these errors were encountered:
Interesting idea. I think we would want to do some pre-processing on the images to specify a max size and use compression to get there too. Also, this would need to be opt-in at both the client and server level, as I would imagine sending images over SMS will be quite costly. Initial thoughts are that a server has a global setting to allow images, then the image URLs are included in the image tags. When a user taps on the image, they send a request for the image URL back to the server. The server will then download and compress the image, and when it is sent back, gets placed into the html as base64. I will look into this, thanks for the suggestion!
I noticed that the images in the app are not being rendered in the browser. I understand that this can be costly, but it would be great to have an optional "show images" feature. To achieve this, it would be sufficient to convert all image elements in the source code to Base64 format.
I suggest adding an "improvement" tag to this issue. Thank you for considering this feature.
The text was updated successfully, but these errors were encountered: