Skip to main content

How can I use meta tags with my images?

Comments

1 comment

  • Official comment
    Maor Gariv

    Hi Victor,

    Thanks for reaching out.

     

    I see that Evento object includes a CloudinaryField so to render an image from it you can use - 

    {% cloudinary post.image width=150 effect="sepia" %} (or any other transformations, of course).

    Don't forget to include {% load cloudinary %} in the HTML

     

    Let me know how it goes!

     

    Best,

    Maor

     

     

Post is closed for comments.