-
What’s the Best Way to Use Dynamic Image Transformations for Mobile Devices?
Hi all I’m looking for suggestions on how to optimize dynamic image transformations specifically for mobile devices. Are there certain settings or best practices that help ensure fast loading times and smooth performance on smaller screens? Thanks!
-
How to Optimize Dynamic Image Transformations Without Affecting Performance?
Hi everyone, I’ve been trying to implement dynamic transformations for images based on user interactions. For example, adjusting image quality or adding effects dynamically depending on specific user actions. The challenge I’m facing is maintaining seamless performance and ensuring compatibility across various devices…
-
File size exceeds maximum allowed (20 MB)
Hello guys, we are on Cloudinary Programmable Media Plus Plan and we tried to upload a PDF document which has a file size of 60 MB through the Cloudinary Upload widget in the media library. But the upload widget shows the error "File size (63.02 MB) exceeds maximum allowed (20 MB)" Is there any chance to increase the…
-
Transparency of base image with overlays
Hey there, I have an issue I'm struggling with for some time. I have a base image with a bounding box which is transparent which will contain an overlay: The image below is a desired outcome. (please ignore the glare) This is what I currently have The problem is that the overlaid image in the center covers parts of both…
-
Polyfill error when trying to use cloudinary js sdk
Hi, I'm trying to implement the cloudinary js sdk into my app and I'm receiving multiple errors that say Module not found: Error: Can't resolve xxxx in '…/node_modules/cloudinary/lib/api_client'BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. I've tried the solution in this thread…
-
How to fix below System Error
How to fix below System Error You don't have permission to access the '…….' cloud. https://www.awesomescreenshot.com/image/52357281?key=07e289a4e300cbdf545a5d55c5115089
-
Error With Manual Signature Creation via PHP
I am using the manual method, not SDK, to generate a signature. This is a test page that generates a curl that I run via my windows command prompt. <?php // Enable error reporting to display errors directly on the screen ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); // API…
-
Export Configuration Issue with Cloudinary Media Editor
I am experiencing an issue with the export configuration in the Cloudinary Media Editor. I followed the documentation and included the download and share settings in my export configuration, but they don’t seem to take effect as expected. Despite setting download: false and share: false, the Media Editor interface still…
-
Is it possible to do a text name repeat based on variable length with one request?
This is what we'd ultimately want to do. Repeating of a name, that's provided to us, either with one font or two fonts in a brick pattern. Based on our research we're able to do this with Cloudinary if we first do an image upload (POST /image/text) with the input name and obtain the height and width as a result. Then using…
-
Requesting an image with a different URL structure
I know that the structure URL of an image is typically https://res.cloudinary.com/lucecoplc/image/upload/t_media_lib_thumb/cld-sample.jpg To interface Cloudinary from my PIM system I need the URL to be structured with the transformation size on the RHS of the URL like this…
-
Problems when using the Fetch URL
Recently, I have been encountering problems when using the Fetch URL feature. While the following URL works without issue: https://res.cloudinary.com/ashhair/image/fetch/w_700,f_auto,fl_lossy,q_auto,fl_progressive/https://ash-hair.com/shared_img/u/stylist/1458/2022112832400012934.jpeg This URL returns a 400 error:…