Skip to content

Commit

Permalink
Docs(web-twig): FileUploaderAttachment documentation update
Browse files Browse the repository at this point in the history
- Added demo for FileUploaderAttachment with image-object-fit: contain
in web-twig package #DS-1036
  • Loading branch information
pavelklibani committed Nov 8, 2023
1 parent 37c34c1 commit b80a155
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
imagePreview="https://picsum.photos/id/823/162/162"
onEdit="{() => {}}"
/>
<FileUploaderAttachment
fileName="Contained image"
imagePreview="https://picsum.photos/id/823/130/162"
imageObjectFit="contain"
/>
</FileUploaderList>
</FileUploader>

0 comments on commit b80a155

Please sign in to comment.