Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All,
I wanted to have a custom media type with 2 tabs one for the small image, one for the large image + a descriptor for the media type..
just wondering if i was to do this in a custom media type how then would that affect
Why not simply upload the large image, and use a rescaling tool like imageGen to resize the images for you?
Alternatively, you could look into the imagecropper datatype, although it is a big buggy
By default Umbraco does create a thumbnail of the image you have uploaded.
You can do this and also create multiple version by going to the upload datatype under developer and insert 100;250;400
This will then upload the image and create 3 additional versions to the above mentioned sizes.
--Credit comes from Doug after showing this at the UmbUKFest :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom Media Type - Small Image/Large Image
Hi All,
I wanted to have a custom media type with 2 tabs one for the small image, one for the large image + a descriptor for the media type..
just wondering if i was to do this in a custom media type how then would that affect
Why not simply upload the large image, and use a rescaling tool like imageGen to resize the images for you?
Alternatively, you could look into the imagecropper datatype, although it is a big buggy
By default Umbraco does create a thumbnail of the image you have uploaded.
You can do this and also create multiple version by going to the upload datatype under developer and insert 100;250;400
This will then upload the image and create 3 additional versions to the above mentioned sizes.
--Credit comes from Doug after showing this at the UmbUKFest :)
is working on a reply...