Skip to content
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

Image control does not load images from some urls #10255

Open
insomniachi opened this issue Dec 24, 2024 · 0 comments
Open

Image control does not load images from some urls #10255

insomniachi opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners

Comments

@insomniachi
Copy link

Describe the bug

            <Image
                Width="200"
                Height="200"
                Source="https://image.tmdb.org/t/p/original/4GUAn9py1eCCgZKh42M8nKL8WMR.jpg"
                Stretch="Uniform" />

some specific urls don't load the image, but they just load fine if i paste the url in the browser so it should not be any access issue.
this specific url a case that doesn't load.

Steps to reproduce the bug

            <Border BorderBrush="Black" BorderThickness="1">
                <Image
                    Width="200"
                    Height="200"
                    Source="https://image.tmdb.org/t/p/original/4GUAn9py1eCCgZKh42M8nKL8WMR.jpg"
                    Stretch="Uniform" />
            </Border>

Expected behavior

All images should load

Screenshots

Image

NuGet package version

None

Windows version

Windows 11 (23H2): Build 22631

Additional context

Version - 1.7.241114004-experimental1

@insomniachi insomniachi added the bug Something isn't working label Dec 24, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issue needs to be triaged by the area owners
Projects
None yet
Development

No branches or pull requests

1 participant