-
Notifications
You must be signed in to change notification settings - Fork 16
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
Angular advanced-image does not update width and height inputs on responsive design #193
Comments
Hey there, Do you happen to have a code pen demonstrating this issue? |
It's possible that the However, after switching to a simpler implementation that only utilized the responsive plugin, the issue was resolved, and the component began to function as intended. Here's an example of the original implementation:
And here's an example of the simplified implementation:
Unfortunately, using the original implementation like in the docs, caused users to download an excessive amount of data, for one particular user totalling approximately 1.5GB instead of the expected amount, which should have been 50 times lower. It's possible that this could be a bug in the software development kit (SDK), specifically within the React framework. It would be nice if someone from the team could look into this. Are you in the team? @PixelCook |
Hi @RobSchilderr, the syntax you provided here is React's syntax, and not Angular. In order to better understand the issue, we need some more information. Can I please ask you to provide more details about the problem you're encountering? Please confirm which version of our SDK you're using, as well as:
Looking forward to your response. |
Yes, I was just informing @omikolaj about my similar issue in React. I also included examples to help illustrate the problem. If you're not the appropriate person to address this issue, could you please refer me to the right person? This problem has already caused hundreds of people in the Netherlands to lose phone data, so it's quite critical. Thank you for your assistance and looking forward to your reply. 🌈 |
Hi @RobSchilderr, @omikolaj |
New issue for cloudinary/frontend-frameworks
Before proceeding, please update to the latest version and test if the issue persists
For which package is this issue?
"@cloudinary/ng": "^1.7.0"
Describe the issue in a sentence or two.
Input property bindings, width and height for advanced image do not update the inner img tag. They are set once during ngOnInit
Issue Type (Can be multiple)
[ ] Build - Can’t install or import the SDK
[ ] Performance - Performance issues
[ ] Behaviour - Functions aren’t working as expected
[ ] Documentation - Inconsistency between the docs and behaviour
[ ] Incorrect Types
[x] Other (Specify)
Steps to reproduce
Error screenshots
Browsers (if issue relates to UI, else ignore)
[ ] Chrome
[ ] Firefox
[ ] Safari
[ ] Other (Specify)
[x] All
Versions and Libraries (fill in the version numbers)
package SDK version
Node - 0.0.0
NPM - 0.0.0
Config Files (Please paste the following files if possible)
Package.json
Repository
If possible, please provide a link to a reproducible repository that showcases the problem
The text was updated successfully, but these errors were encountered: