Make styled part card for displaying many in a list

This commit is contained in:
Kurt Hutten
2020-11-08 11:25:42 +11:00
parent 59f65523dc
commit 012ab05c00
7 changed files with 42 additions and 115 deletions

View File

@@ -65,7 +65,7 @@ export default function ImageUploader({
{isEditable && <input {...getInputProps()} />}
{(cloudinaryId || !isEditable) && <div className="relative overflow-hidden w-full h-full">
<CloudinaryImage
className="object-cover w-full h-full rounded shadow overflow-hidden"
className="object-cover w-full h-full shadow overflow-hidden"
cloudName="irevdev"
publicId={cloudinaryId || 'CadHub/eia1kwru54g2kf02s2xx'}
width={width}