Hello i try multiple solution to when my mouse in on a image it’s unblur but i still dont find how i use blur-md to medium blur but when i trop to wrap another librarie inside it’s doesnt work
<code> <img
src="/assets/images/wall1.png"
alt="logo"
className="hidden xl:block h-screen w-1/2 object-cover bg-no-repeat blur-md"
/>
</code>
<code> <img
src="/assets/images/wall1.png"
alt="logo"
className="hidden xl:block h-screen w-1/2 object-cover bg-no-repeat blur-md"
/>
</code>
<img
src="/assets/images/wall1.png"
alt="logo"
className="hidden xl:block h-screen w-1/2 object-cover bg-no-repeat blur-md"
/>
i try with other libraries but none of theses are working
New contributor
Silvucani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3