widget
Discussion List
-
Touch Screen Laptop Product Page Zoom Click not working
Hi I have a Surface Book touchscreen laptop and I am currently trying to build a product gallery for my website with a zoom. However, when I have it loaded (zoom type popup, 3 col expanded) the mouse click does not work as it assumes the interaction would be on the screen This is also not working on the demo page…
-
In Upload Widget, unable for uses to connect to Facebook or Instagram
Hello - I implemented window.cloudinary.createUploadWidget into my app. Sources like Google drive work. But when I try to use Facebook and Instagram I am hit with the following errors: FB Error: IG Error:
-
Upload Widget abnorting after crop
I have set up the widget with the following parameters (this is React based): sources: ['local', 'camera'], cropping: true, multiple: false, resourceType: 'image' After I resize an image in the widget and press the crop button, it appears to crop the image onscreen, then the widget closes itself. An image is uploaded, but…
-
Client Side Signed Upload - Upload Widget Or Not
Hello All: I want to enable my users to upload a profile image to cloudinary directly without it hitting my servers. I am trying to use the Upload Widget. However where do I specify the signature? My server is returning the signature. Do I also return a timestamp? The documentation is very mixed up about all this. Once I…
-
Error message "Missing required parameter - api_key"
I'm attempting to do a signed upload using the Cloudinary widget. I'm creating a signature for the request on the backed in PHP using the PHP Cloudinary SDK. My backend signing code is: $options = array( "cloud_name" => [*my cloud name*], "api_key" => [*my api key*], "api_secret" => [*my api secret*], ); $timestamp =…
-
What are the Effective Cloudinary strategies for optimizing media assets in marketing?
Hello, Cloudinary community! I'm currently working on a marketing campaign and would love to hear your thoughts on leveraging Cloudinary for optimizing and delivering media assets to enhance user engagement. Are there any specific strategies, features, or integrations within Cloudinary that you have found effective in…
-
Upload Widget: Set default filters values in Advanced (Relevance and Orientation)
How can I set those filters to a given default value? Thanks.
-
Is it possible to limit access to a specific folder using the Upload and/or Media Library Widget?
Hello everyone, I'm building an application where my clients are able to upload images to Cloudinary. In order to make their experience better I would like to use the Upload Widget as well as the Media Library Widget. But I don't want them to have access to all images, only to those they have uploaded. My idea was to…