Expand image on hover

pull/908/merge
Austin Chen 2 years ago
parent 96d2255cb1
commit 7d490e0de1

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

Loading…
Cancel
Save