I am uploading an image with the JS SDK which is working fine.
When i need to display the image in a templated view I can use the following code which is working for me:
var img = user.get('profileimage').url();
But how about when i need to display the image from a collection?
So I display a list of users associated with another user account who have a profile image. But there does not seem to be a clear way to get this URL from the collection as I cannot call methods on the object from the template?
I tried templating out this attribute but it still does not give me the image:
user.attributes.profileImage._url