-
Cloudinary Gallery widget
Hi! Is there a way to make the photo gallery start over when it reaches the end? Currently, the last photo in a carousel pops up and you have to escape out of it to go back to the post.
-
Cloudinary Upload Widget has stopped working on chrome
The cloudinary upload widget, included with this script, "'https://upload-widget.cloudinary.com/global/all.js'" has suddenly stopped working on chrome. The drag and drop feature of the upload widget is working fine but the button that says "Browse" is no longer working. It is acting as if there is no onClick. We're using…
-
Product gallery widget not recognising Tags
I'm trying to work with the product gallery widget. I want to display all images with the tag "move" but this is not working. If I use the publicID of an individual image, it works, so I know it's connecting. Can anyone help shed some light on this?
-
The need for API key and cloudname in Media Library Widget
Hi, I'm integrating Cloudinary Media Library Widget in my application. But I'm confused on why we have to provide API key and cloudname as user will authenticate himself to use the widget? (I don't feel secure using secrets in client-side code) Also, do I have to provide my API key and cloudname or ask user to create and…
-
Rails 6 upload wdget saves before applying crop
The following code is used in my rails 6.1 application to upload images via the widget. The upload works fine . After cropping the image, either clicking 'crop' or 'save' uploads the original image instead of the crop. <script src="https://upload-widget.cloudinary.com/global/all.js" type="text/javascript"></script> <script…
-
Cloudinary gallary widget zoom popup and transformation question
Hello all, I use the gallary widget with a crop:fill transformation on all assets and an aspect ratio of 4:3 and am happy with my results. I would like to also make use of the zoom popup feature but am running into the following issues: the Crop:Fill is trying to very aggressively crop 16:9 images to fill mobile device…
-
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…
-
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…
-
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 =…
-
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…
-
Question about using the React media editor and image upload widget
hi I'm trying to create React so that my Media Editor opens right away to let the user edit the picture that was just uploaded using the Upload widget. I try to run mediaEditorWidgetRef.getConfig(), but it always returns undefined, and when I try to run mediaEditorWidgetRef.show(), it always gives the error "Cannot read…