Skip to content

After upgrade, Image no longer renders if height not specified #900

Answered by spacecowboy
spacecowboy asked this question in Q&A
Discussion options

You must be logged in to vote

To answer my own question, adding precision(Precision.INEXACT) and size(SizeResolver(OriginalSize)) to the request builder seems to fix the issue:

                                            Image(
                                                painter = rememberImagePainter(
                                                    data = imageUrl,
                                                    builder = {
                                                        this.placeholder(imagePlaceholder)
                                                            .error(imagePlaceholder)
                                                            .precision(Precision.INEXACT)
                    …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by spacecowboy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant