We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Image from seed is not display.
When the url is from internet the image dont appears like ( https://loremflickr.com/cache/resized/65535_52681423932_b83a98e6f8_b_640_480_nofilter.jpg )
To Reproduce
@Prop({ type: PropType.Image, seed: () => faker.image.urlLoremFlickr({ category: 'cats' }), }) image: string;
Expected behavior The image should be displayed
Screenshots
Additional context When we add an image by the create edit, the bug dont occurs.
The text was updated successfully, but these errors were encountered:
@ismaelguerrib @SebConejo
The image yield refers to images that are managed by CASE and stored in the app storage.
We do not have any yield for external images yet. Do you think that it can be useful ?
Sorry, something went wrong.
I don't think it is usefule for now. I think we should work on it only if we find a frequent usage
SebConejo
No branches or pull requests
Describe the bug
Image from seed is not display.
When the url is from internet the image dont appears like ( https://loremflickr.com/cache/resized/65535_52681423932_b83a98e6f8_b_640_480_nofilter.jpg )
To Reproduce
Expected behavior
The image should be displayed
Screenshots
Additional context
When we add an image by the create edit, the bug dont occurs.
The text was updated successfully, but these errors were encountered: