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

Bad image Quality for images with object cover and aspect ratio #1

Open
benaja opened this issue Apr 10, 2022 · 1 comment
Open

Bad image Quality for images with object cover and aspect ratio #1

benaja opened this issue Apr 10, 2022 · 1 comment

Comments

@benaja
Copy link

benaja commented Apr 10, 2022

When you have and image with a given aspect ratio, for example 2 / 1 and have object cover on the image it can lead to very bad image quality. Image ratio like 1/1 work fine, but as wider the image gets, like 2/1 or 3/1 it gets worse and worse.

Here a code example:

 <div class="relative h-200">
      <CloudinaryImage
        :src="page.image.url"
        :aspect-ratio="2 / 1"
        class="object-cover absolute top-0 left-0 -z-10 w-full h-full"
      />
</div>

As I saw, the 'src' of the image would be the correct quality. But the srcset is wrong. Thats why it shows the wrong image.

@buffalom
Copy link
Contributor

@benaja you said you had tried it with version 1.1.0 upwards already, right? Because there we tried to fix exactly that by checking if the image has object-fit: cover; in it's computed styles.

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

No branches or pull requests

2 participants