Tutorials Page 2
10 Excellent Image Tricks and Enhancements with Cloudinary
If you've read this blog over the past months, you'll know that Cloudinary offers an amazing array of functionality, whether it be imagery, video, and even audio. I wanted to highlight ten of my favorite features and tricks when transforming your media on Cloudinary! Outline...
Website Speed Test by Cloudinary
Making your website as fast-loading as possible is not only an art but a necessity these days. Slow-loading websites cause users to bail, leading to lost revenue and loss of credibility. Add that Google now factors site speed into search results and you realize how important...
Fetch and Transform Remote Images with Cloudinary
Many of my dives into Cloudinary's amazing API like Instagram-like Filters, Image Security, Custom eCommerce, have started with uploading media (images, video, audio) to Cloudinary and then manipulating from there. As social media and user generated content has taken the web by storm, however, we as...
Image Security with Cloudinary
When developers think about security within their web apps, seldom does image security top the list; not because securing media isn't important, of course, but because media security isn't always easy. Some will even tell you that media security isn't important, but if you want to keep media owner...
Product Personalization Images with Cloudinary
A few weeks ago I experimented with using Cloudinary in eCommerce sites because dynamic imagery is a massive part of eCommerce needs. Media-heavy websites usually employ powerful, expensive image-manipulation software so that they can create images on demand. Little do they know that a service like Cloudinary...
Using Cloudinary for eCommerce
Nothing improves sales on the web than imagery and video. You can describe an item a dozen ways but one picture can suck the user right in, multiple photos (including a nice zoom feature) can clinch the sale. What does this mean? It's important to provide users...
Cloudinary React Components
I've been experimenting a lot with both React and Cloudinary over the past six months and it's been a blast -- I'm learning a ton while also recovering the ambition and thirst I had as a young developer. React has been a revelation: an advanced JavaScript...
Chained and Named Transformations with Cloudinary
One of the big advantages to using Cloudinary is the ability to dynamically create images on the fly by modifying the URL via a directory structure-like pattern. For example, adding
w_300
to the URL path of an image hosted by Cloudinary generates an image with a...Instagram-like Filters with Cloudinary
Apps like Instagram are a testament to how brilliant a few color modifications can make a photo. We've seen hundreds of Instagram clones pop up, and even the CSS and Canvas specs have a
filter
property which allows us to modify imagery. As nice as those APIs are...Cloudinary Improves User Experience through Intelligent Delivery
Over the past months I've been showing you techniques for optimizing your site media with Cloudinary. Cloudinary has you covered with APIs in just about every programming language, a host of useful add-ons, the ability to modify images on the fly by modifying URLs, implementation of bleeding...