Maya Shavin

Results 26 issues of Maya Shavin

Bug: `fs` is supposed to be only on server-side (nodejs module), yet when using Storybook with Cloudinary, it throw compiling error as below

bug

Related to #1560 As part of SfImage refactoring, need to provide polyfill for lazy loading on SfImage for Safari. Options to consider: - [Loading attribute polyfill](https://github.com/mfranzke/loading-attribute-polyfill) - [Lozard](https://css-tricks.com/lozad-js-performant-lazy-loading-images/) - Self...

5: Hard
dependencies
performance

### Expected Behavior Expect: the app should not break when I define a valid custom query (without `thumbnail` field) ### Actual Behavior It crashed because it looks for `thumbnail` as...

bug
triage-needed
vsf_team

## Feature request for Cloudinary Vue SDK Add support for rendering `picture` instead of `image`. ## Explain your use case `picture` is widely supported in browsers, and have advantages compared...

Does it support resizing from left corner and left size also? If yes, how to enable it? Else, ,maybe you should consider to add it in as a feature :)....

enhancement
question
v2

Input: * originalSize {width, height} : Size * publicId : string * transformations : TransformationOption Output * src * srcSets : string[]

For example: Cloudinary url: https://res.cloudinary.com/demo/image/fetch/v1605729699/https://images.prismic.io/important-sm-images/0c1acf72-dbfa-442a-8a64-ab8c84d41263_jZ4rJ0yLyrs.jpg%3Fw%3D120%26h%3D120 Expected: https://images.prismic.io/important-sm-images/0c1acf72-dbfa-442a-8a64-ab8c84d41263_jZ4rJ0yLyrs.jpg%3Fw%3D120%26h%3D120 Actual: https://images

bug