On the documentation there is not enough example to understand how to use the undescores method
I'm able to get the object in the view like img(src="#{data.yacht.cover.url}")
but I don't get how to use for example the thumbnail method should be something like this?
cover: { type: Types.CloudinaryImage, autoCleanup : true, thumbnail(50,50) }?
I need to have a thumbnail image for a post, what should I do, resize the image at the upload? or get a smaller image dynamically?
Can you provide some example of the cloudinary undescore methods?