-
-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to render 3 images in vertically center? #371
Comments
try to change the tag for images and add a flexDirection as row
|
Not working |
@Exilz , Any update on this? |
Currently this is not supported, because we break the inline formatting context to block when encountering |
Please do need full for this issue asap because my app have feature to to display images inline. Also I tried do solved but no get success and I'm stuck in this issue. |
Closing in favor of #428 |
Hi @jsamr ,
Please advice me what should I add to fix this behaviour. Thanks. expected result: images and text alternate in the same line. actual code:
|
Here is sample HTML code for 3 image render should be vertically centred. And also should be in One Line
What get result:
Want Result:
Followed readme file and prepared a demo.
The text was updated successfully, but these errors were encountered: