Skip to main content

Is there a way to set use_filename globally?

Comments

1 comment

  • Itay Taragano

    Hi Ben,

    If you're using CarrierWave without direct upload, you can add  cloudinary_transformation :use_filename=>true .

    If you are using direct upload, you should add  :use_filename=>true  to the cl_image_upload_tag.

    0

Post is closed for comments.