Skip to content

Releases: cloudinary/cloudinary_gem

v1.0.84

29 Mar 13:54
Compare
Choose a tag to compare
  • Fixed sources tag url.
  • Added video thumbnail and video tags to the sample project.
  • CHANGELOG renamed to CHANGELOG.md

v1.0.83

04 Apr 11:18
Compare
Choose a tag to compare
  • Added Video Support
    • cl_video_tag creates an HTML video tag with optionally inner source tags
    • cl_video_path provides a url to the video resource
    • cl_video_thumbnail_tag creates an img tag with a video thumbnail and
    • cl_video_thumbnail_path provides a url to the video resource's thumbnail
  • Added :zoom transformation parameter
  • Applied Pull Requests:
  • Update Cloudinary's jQuery plugin to v1.0.22.
  • Update .gitignore file