scaleflex / js-cloudimage-responsive

Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load. Any questions or issues, please report to https://github.com/scaleflex/js-cloudimage-responsive/issues
Other
68 stars 15 forks source link

Image size jumped when implemented on owl carousel version 2 (deprctd) #33

Open ridwanzal opened 1 year ago

ridwanzal commented 1 year ago

Hello scaleflex team, we had a problem when implemented the cloudimage responsive on carousel (owl carousel version 2). It looks like the image size isn't correct on the first load/initial load. It should be loaded around 300px but it loads 2000px on the first load.

Are there any possibilities that the owl carousel loaded after jscloudimage initial load so the image is not properly size from scaleflex API?

We've already checked all the examples, and you guys didn't gave some example for carousel implementation. It's really helpful if you guys give some clue about this problem.