-
-
Notifications
You must be signed in to change notification settings - Fork 913
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug:
unable to display image,when use "display:block"
this can display:
String content =
"<p><img alt='Google' style=\"display: inline; margin-left: auto; margin-right: auto;\" src='https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png' /></p>"
this can not display image
String content =
"<p><img alt='Google' style=\"display: block; margin-left: auto; margin-right: auto;\" src='https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png' /></p>"
HTML to reproduce the issue:
Html
widget configuration:
Expected behavior:
Screenshots:
Device details and Flutter/Dart/flutter_html
versions:
Stacktrace/Logcat
Additional info:
A picture of a cute animal (not mandatory but encouraged)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working