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 from seed is not displayed #80

Closed
ismaelguerrib opened this issue Oct 3, 2023 · 2 comments
Closed

Image from seed is not displayed #80

ismaelguerrib opened this issue Oct 3, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@ismaelguerrib
Copy link
Contributor

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
Capture d’écran 2023-10-03 à 09 28 37

Capture d’écran 2023-10-03 à 09 18 29

Additional context
When we add an image by the create edit, the bug dont occurs.

@ismaelguerrib ismaelguerrib added the bug Something isn't working label Oct 3, 2023
@SebConejo SebConejo changed the title Image from seed is not display Image from seed is not displayed Oct 3, 2023
@brunobuddy brunobuddy added enhancement New feature or request question Further information is requested and removed bug Something isn't working enhancement New feature or request labels Oct 23, 2023
@brunobuddy
Copy link
Contributor

@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 ?

@SebConejo
Copy link
Contributor

I don't think it is usefule for now. I think we should work on it only if we find a frequent usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants