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
Hi,
I'm trying to use your module with webp images in my Alloy project, but it doesn't work.
Env : ios 13.7 simulator / module v2.1.1 for ios
My code : <ImageView module="av.imageview" image="http://www.gstatic.com/webp/gallery/1.webp" contentMode="Alloy.Globals.CONTENT_MODE_FILL"/>
<ImageView module="av.imageview" image="http://www.gstatic.com/webp/gallery/1.webp" contentMode="Alloy.Globals.CONTENT_MODE_FILL"/>
Result : print my default image in fill mode and not the webp image (I tried with a jpg image and it works)
Any idea ?
Thank you,
Ludovic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to use your module with webp images in my Alloy project, but it doesn't work.
Env : ios 13.7 simulator / module v2.1.1 for ios
My code :
<ImageView module="av.imageview" image="http://www.gstatic.com/webp/gallery/1.webp" contentMode="Alloy.Globals.CONTENT_MODE_FILL"/>
Result : print my default image in fill mode and not the webp image (I tried with a jpg image and it works)
Any idea ?
Thank you,
Ludovic
The text was updated successfully, but these errors were encountered: