Home

Published

- 1 min read

flip images tailwind

img of flip images tailwind

The solution for this is noted below

flip images tailwind

Solution

   /* Flip horizontally */
<img src="..." alt="..." class="transform -scale-x-100">

/* Flip vertically */
<img src="..." alt="..." class="transform -scale-y-100">

/* Flip both */
<img src="..." alt="..." class="transform -scale-100">

Try other methods by searching on the site. That is if this doesn’t work