Was this helpful?
<apex:page standardController="Opportunity">
<sharinpix:SharinPix height="500px"
parameters="{
'Id': '{!CASESAFEID($CurrentPage.parameters.Id)}',
'download': true,
'download_types': ['original', 'current'],
'abilities':{'{!CASESAFEID($CurrentPage.parameters.Id)}':
{'Access': {
'image_tag':true,
'paste':true,
'image_copy':true,
'image_download':true,
'image_rotate':true,
'image_crop':true,
'image_delete':true,
'image_upload':true,
'image_list':true,
'see':true
}
}
}
}"
/>
</apex:page>