jquery-cloudinary

Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.


Keywords
cloudinary, jquery, file, upload, widget, image, transformations, manipulation, effects, thumbnail, multiple, drag, drop, progress, preview, cross-domain, cross-site, picture, pictures, thumbnails, CDN, cloudinary-javascript-library, cloudinary-jquery-plugin, cloudinary-js, cloudinary-sdk, cloudinary-sdks, image-manipulation, javascript, javascript-library, sdk-js, video-manipulation
License
MIT
Install
bower install jquery-cloudinary

Documentation

Build Status npm license

Cloudinary Client Side JavaScript Library

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.

Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more.

Cloudinary offers comprehensive APIs and administration capabilities and is easy to integrate with any web application, existing or new.

Cloudinary provides URL and HTTP based APIs that can be easily integrated with any Web development framework.

About this repository

This repository is the home for three distinct packages

Cloudinary Core

Cloudinary-Core is a cross-platform library for Cloudinary.
The library provides URL generation capabilities as well as other utlity functions useful when working with Media.

This SDK does not contain API methods, for that please refer to our Node SDK

Quick start

var cl = cloudinary.Cloudinary.new( { cloud_name: "demo"});
// Using the config function
var cl = cloudinary.Cloudinary.new();
cl.config( "cloud_name", "demo");

Cloudinary jQuery


Cloudinary jQuery File Upload

Additional Resources

Other SDKs

Support

You can open an issue through GitHub.

Contact us at http://cloudinary.com/contact.

Stay tuned for updates, tips and tutorials: Blog, Twitter, Facebook.

Join the Community

Impact the product, hear updates, test drive new features and more! Join here.

License

Released under the MIT license.

The direct image upload feature of the plugin is based on https://github.com/blueimp/jQuery-File-Upload