Syntax : Parameter_value
1. w for width; (w_150 , w_0.5)
2. c for crop; (c_crop, c_fill, c_thumb)
3. g for gravity; (g_auto, g_face, g_faces, g_auto:dog)
Cloudinary Transformations
Slide 27
Slide 27 text
No content
Slide 28
Slide 28 text
No content
Slide 29
Slide 29 text
3. Copy uploaded image url, apply
desired transformation parameters or
use the edit option.
Slide 30
Slide 30 text
No content
Slide 31
Slide 31 text
No content
Slide 32
Slide 32 text
4. Include resulting url’s into code
Slide 33
Slide 33 text
Slide 34
Slide 34 text
No content
Slide 35
Slide 35 text
Dynamic Image Resizing using
Cloudinary’s JavaScript Library.
(Perfect for dimension switching)
Case 2:
Slide 36
Slide 36 text
3. Add cloudinary library to html
Slide 37
Slide 37 text
4. Copy image url and set img parameters
Slide 38
Slide 38 text
5. Initialize the script in Js and call it
// Initialize
var cl = cloudinary.Cloudinary.new({ cloud_name:
'lindadxk' });
// Call
cl.responsive();
Slide 39
Slide 39 text
No content
Slide 40
Slide 40 text
No content
Slide 41
Slide 41 text
PictureFill
https://scottjehl.github.io/picturefill/
Is there a Polyfill?
Slide 42
Slide 42 text
https://cloudinary.com/docu
mentation/image_transform
ation_reference
Important Links
https://cloudinary.com/docu
mentation/image_transform
ations