Expand image on hover
This commit is contained in:
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…
Reference in New Issue
Block a user