Expand image on hover

This commit is contained in:
Austin Chen 2022-10-13 16:23:20 -07:00
parent 96d2255cb1
commit 7d490e0de1

View File

@ -52,7 +52,7 @@ import { debounce } from 'lodash'
const DisplayImage = Image.configure({ const DisplayImage = Image.configure({
HTMLAttributes: { HTMLAttributes: {
class: 'max-h-60', class: 'max-h-60 hover:max-h-[120rem] transition-all',
}, },
}) })