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

The documentation for mediaSettings contains an incorrect property name. #506

Open
skuill opened this issue Aug 8, 2024 · 0 comments
Open

Comments

@skuill
Copy link

skuill commented Aug 8, 2024

Describe the bug
The mediaSettings section in the readme contains the property with the name fit.
In the source code the imageFit property is used:
image

When trying to use the contain value in fit does not apply to img element. It still contains cover.
If you try to change the property name to imageFit, then everything works as expected:
image

Expected behavior
Either the documentation must contain the correct name of the property, or there must be a fix in the code.

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

1 participant