Colby Fayock

Results 95 issues of Colby Fayock

# **Feature Request** ## **Is your feature request related to a problem? Please describe.** Currently no tests exist for onPostBuild. This hook is where changes are made in the HTML...

help wanted

# **Feature Request** ## **Is your feature request related to a problem? Please describe.** The demo site should be turned into documentation to help show the options and configurations available...

Cloudinary supports generating responsive images. https://cloudinary.com/documentation/responsive_images#responsive_breakpoint_generator ``` cloudinary.uploader.v2.upload("sample.jpg", { responsive_breakpoints: { create_derived: true, bytes_step: 20000, min_width: 200, max_width: 1000, transformation: { crop: 'fill', aspect_ratio: '16:9', gravity: 'auto' } } },...

# Description ## Issue Ticket Number Fixes #66 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...

## **Feature Request** ## **Is your feature request related to a problem? Please describe.** We can take advantage of the Netlify cache utilities to save the recorded state of assets....

help wanted

# **Feature Request** ## **Is your feature request related to a problem? Please describe.** * Config prop for CldUploadWidget * Config prop for CldVideoPlayer * Add support for global environment...

# **Feature Request** ## **Is your feature request related to a problem? Please describe.** I updated the Next Cloudinary homepage recently. We can either pull the same layout and all,...

documentation

# **Bug Report** ## **Describe the bug** Something funky going on with the dropdown arrows and generally the UI here

bug
documentation

@cloudinary-util/types was updated to 1.0.1 which simply includes a new prop to add picture-in-picture to the CldVideoPlayer This requires an update to the Cloudinary Video Player script to [1.10.6](https://github.com/cloudinary/cloudinary-video-player/releases/tag/v1.10.6) >...

Features that should go into v2.0.0 that would expect to have breaking changes. Working PR: https://github.com/cloudinary-community/svelte-cloudinary/pull/87 ## getCldImageUrl / CldImage - [x] Removes default 2-stage resizing to avoid low resolution...