Skip to content

Short project to help create a collage with 2, 3 or 4 images using Cloudinary's variables, unsigned upload and tagging capability.

License

Notifications You must be signed in to change notification settings

akshay-ranganath/collage-maker

Repository files navigation

collage-maker

To use the code, we need a few setup.

  • Create an unsigned upload preset such that it can tag the uploaded images.
  • Edit index.html and enter the following to configure the upload widget
  • cloudName: This should be your cloud name.
  • uploadPreset: This should be the unsigned upload preset you created in the previous step. (See below)
  • Upload a set of images and tag them as background. If you'd like to change this tag name, see tutorial.md.
        /* ------------------ USER SPECIFIC SETUP --------------------------- */
      // Add your cloudname and preset here

      // cloud name
      var cloudName = '<< your cloud name >>'
      // upload preset name
      var preset = '<< your preset name >>'

      /* ------------------ USER SPECIFIC ENDS --------------------------- */

That's it. You should be set and able to work with the code.

For details, please refer to tutorial.md.

About

Short project to help create a collage with 2, 3 or 4 images using Cloudinary's variables, unsigned upload and tagging capability.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published