We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c8686 commit d4e87feCopy full SHA for d4e87fe
src/pages/Gallery/Gallery.jsx
@@ -192,7 +192,7 @@ export default function Gallery() {
192
<div className="fixed inset-0 flex items-center justify-center z-50 bg-black bg-opacity-75 overflow-y-auto">
193
<div className="relative max-h-screen max-w-screen-lg p-4 bg-white rounded-lg flex flex-col items-center justify-center">
194
<img
195
- className="max-h-[80vh] max-w-[80vw] rounded-lg mb-4"
+ className="max-h-[80vh] rounded-lg mb-4"
196
src={images[selectedImageIndex].src}
197
alt={`Selected gallery img ${selectedImageIndex + 1}`}
198
/>
0 commit comments