MeDo

AI गैलरी जेनरेटर।

जो ग्रिड आप चाहते हैं उसका वर्णन करें और MeDo कुछ ही सेकंड में पूरी तरह स्टाइल की गई इमेज गैलरी बनाता है। मेसनरी लेआउट, लाइटबॉक्स ओवरले, होवर इफेक्ट, रिस्पॉन्सिव ब्रेकपॉइंट — सब एक प्रॉम्प्ट से।

गैलरी
गैलरी

एक बेहतरीन गैलरी विज़िटर्स को विश्वासी में बदलती है।

इमेज वेब पर सबसे तेज़ ट्रस्ट सिग्नल हैं — विज़िटर 200ms से कम में आपकी विज़ुअल क्वालिटी के बारे में राय बना लेते हैं। एक अच्छी तरह से स्ट्रक्चर्ड गैलरी उस क्वालिटी को बड़े पैमाने पर बोलने देती है, चाहे आप पोर्टफोलियो, प्रोडक्ट कैटलॉग या इवेंट फ़ोटो दिखा रहे हों। सही लेआउट SEO को भी प्रभावित करता है: alt टेक्स्ट और स्ट्रक्चर्ड डेटा के साथ सही तरीके से स्ट्रक्चर्ड इमेज कंपोनेंट इमेज सर्च विज़िबिलिटी और पेज एंगेजमेंट मेट्रिक्स में योगदान करते हैं।

6 टेम्पलेट

गैलरी टेम्पलेट जो आप जेनरेट कर सकते हैं

हर टेम्पलेट एक असली प्रॉम्प्ट है, स्क्रीनशॉट नहीं। इसे किसी भी AI एडिटर में कॉपी करें, या MeDo में चलाकर React + Tailwind कोड सीधे पाएं।

Uniform gridAcme

Fixed Aspect-Ratio Image Grid

Every tile the same shape, so the grid reads as one object rather than a collage. The right default for product shots — and the wrong one for editorial photography, where cropping to a square throws away the composition.

Create a responsive image grid: four columns on desktop, three on tablet, two on mobile, with a consistent gap. Wrap each image in a 4:3 aspect-ratio box with object-fit: cover so the grid never reflows as images resolve, and set explicit width and height attributes on every img. Use loading="lazy" and decoding="async" on everything below the first row, and eager loading plus fetchpriority="high" on the first row so the largest contentful paint is not deferred. Add a hover state that lifts the tile slightly and fades in a caption over a gradient scrim; drive the same state from :focus-visible so keyboard users see it. Render each item as a figure with figcaption.

MeDo में आज़माएं
MasonryMega

Column Masonry With Mixed Heights

Keeps the original aspect ratio of every shot, which is the point for photography. The trap is CSS columns — they order items top-to-bottom per column, so a chronological set reads out of sequence.

Create a masonry image gallery that preserves each image's native aspect ratio. Use CSS grid with grid-auto-rows set to a small row unit and a span calculated per item from its intrinsic ratio, rather than CSS multi-column, so reading order stays left-to-right and matches the source order. Set the aspect-ratio property on every image wrapper from the known width and height so the grid reserves the exact space before the file loads and nothing shifts. Three columns on desktop, two on tablet, one on mobile. Lazy load below the fold, add a blurred low-resolution placeholder that cross-fades to the full image, and keep a fixed gap on both axes.

MeDo में आज़माएं
LightboxLumen

Grid With a Full-Screen Lightbox

The interaction most galleries get half right: the overlay opens, then Escape does nothing and focus is still behind it. Trap focus and restore it to the thumbnail on close or the gallery is unusable by keyboard.

Create an image grid where clicking a tile opens a full-screen lightbox. The overlay renders as a dialog with aria-modal, moves focus to the close button on open, traps Tab within the overlay, closes on Escape and on backdrop click, and returns focus to the thumbnail that opened it. Support left and right arrow keys plus on-screen previous and next buttons, show a counter such as 4 of 18, and render the caption beneath the image. Preload the neighbouring two images so navigation is instant, lock body scroll while open, and add touch swipe on mobile. Respect prefers-reduced-motion by dropping the zoom transition.

MeDo में आज़माएं
FilterableStudio

Category Filters Above the Grid

Worth adding past a dozen images and a liability below it — three filter chips over nine photos is furniture. Filter in the URL, not just in state, so a client can send a link to one category.

Create a filterable image gallery: a horizontal row of category chips above a responsive grid, with an All chip active by default and a count beside each label. Filtering hides non-matching items and animates the remaining tiles to their new positions with a transform-based transition rather than re-laying out abruptly. Reflect the active filter in the URL query string so a filtered view is linkable and survives reload. Use real button semantics with aria-pressed on each chip, announce the resulting item count in an aria-live region, and show an empty state when a category has no items. Keep the aspect-ratio boxes fixed so filtering never changes tile size.

MeDo में आज़माएं
CarouselReel

Scroll-Snap Thumbnail Carousel

For a strip inside a page rather than a full section — a product detail block or a case study. Build it on scroll-snap, not a JavaScript slider, so it still works with a trackpad and a touch drag.

Create a horizontal image carousel using CSS scroll-snap: a flex row with overflow-x auto, scroll-snap-type x mandatory and scroll-snap-align center on each slide, so native touch and trackpad scrolling work without a slider library. Sit a thumbnail strip beneath it where the active thumb is outlined and clicking one scrolls the main rail to that slide via scrollIntoView with smooth behaviour. Add previous and next buttons that disable at each end, hide the scrollbar visually while keeping keyboard scrolling intact, and give the rail a role and label so it is announced as a group. Fixed aspect-ratio slides, lazy loading past the second image.

MeDo में आज़माएं
MosaicEditorial

Asymmetric Feature Mosaic

One image spans two columns and two rows, the rest fill around it. Gives a set of otherwise equal photographs a focal point — but only ever promote one tile, because two hero cells cancel each other out.

Create an asymmetric mosaic gallery on a six-column CSS grid: the first item spans four columns and two rows, two items span two columns each, and the remainder fill single cells, with explicit grid-column and grid-row spans rather than auto-placement. Give every cell a fixed aspect-ratio box and object-fit: cover so the mosaic holds its shape at any image size. Collapse to a two-column grid on tablet and a single column on mobile, keeping the feature image first. Add a hover scrim with a title and a year, lazy load everything after the feature cell, and eager load the feature image so it can be the largest contentful paint.

MeDo में आज़माएं

अपने गैलरी को कैसे कस्टमाइज़ करें

अपनी कंटेंट डेंसिटी से मिलता-जुलता लेआउट चुनें

यूनिफ़ॉर्म ग्रिड प्रोडक्ट फ़ोटोग्राफ़ी के लिए अच्छे काम करते हैं जहां एकरूपता मायने रखती है। मेसनरी ग्रिड मिक्स्ड-एस्पेक्ट-रेशियो कंटेंट जैसे एडिटोरियल फ़ोटो या पोर्टफोलियो शॉट्स के साथ चमकते हैं। बस अपना प्रॉम्प्ट अपडेट करके MeDo से लेआउट बदलने को कहें — कोई स्ट्रक्चरल रिफ़ैक्टर ज़रूरी नहीं।

बड़े कलेक्शन के लिए कैटेगरी फ़िल्टर जोड़ें

जब आपकी गैलरी में एक दर्जन से अधिक इमेज हों, तो टैग या कैटेगरी द्वारा फ़िल्टर करना यूज़ेबिलिटी को नाटकीय रूप से बेहतर बनाता है। MeDo से ग्रिड के ऊपर एक फ़िल्टर बार शामिल करने और कैटेगरी स्विच करते समय लेआउट ट्रांज़िशन एनिमेट करने को कहें।

Lazy loading से Core Web Vitals ऑप्टिमाइज़ करें

गैलरीज़ खराब LCP और लेआउट शिफ्ट स्कोर के शीर्ष कारणों में हैं। MeDo से नेटिव lazy loading, एक्सप्लिसिट इमेज डाइमेंशन और प्लेसहोल्डर ब्लर-अप इफ़ेक्ट शामिल करने को कहें ताकि परफ़ॉर्मेंस मेट्रिक्स साफ़ रहें।

लाइटबॉक्स को कीबोर्ड और स्क्रीन रीडर एक्सेसिबल बनाएं

एक लाइटबॉक्स जो फ़ोकस ट्रैप करता है, Escape और एरो कीज़ पर रिस्पॉन्ड करता है, और स्क्रीन रीडर्स को इमेज डिस्क्रिप्शन अनाउंस करता है — यह कहीं अधिक इनक्लूसिव है और एक्सेसिबिलिटी ऑडिट फ़ेल्योर से बचाता है। इन आवश्यकताओं को अपने MeDo प्रॉम्प्ट में बताएं और ये शुरू से ही बिल्ट-इन होंगी।

गैलरी कंपोनेंट का उपयोग कौन करता है

क्रिएटिव पोर्टफ़ोलियो

डिज़ाइनर, फ़ोटोग्राफ़र और इलस्ट्रेटर अपनी साइट के केंद्रबिंदु के रूप में गैलरी पर निर्भर करते हैं। क्लीन लाइटबॉक्स के साथ मेसनरी ग्रिड काम को बिना UI क्लटर के सांस लेने देता है।

ई-कॉमर्स प्रोडक्ट पेज

थंबनेल स्ट्रिप और ज़ूम फ़ंक्शनैलिटी वाली मल्टी-इमेज प्रोडक्ट गैलरी सीधे खरीदारी के फैसलों को प्रभावित करती है। एक अच्छी तरह से बनी गैलरी खरीदारों को खरीदने से पहले प्रोडक्ट को अच्छी तरह जांचने में मदद करके रिटर्न कम करती है।

इवेंट और वेडिंग साइट

इवेंट फ़ोटोग्राफ़र और वेन्यू पिछले कामों को प्रदर्शित करने और सोशल प्रूफ बनाने के लिए गैलरी का उपयोग करते हैं। इवेंट टाइप द्वारा ऑर्गनाइज़्ड फ़िल्टरेबल ग्रिड संभावित क्लाइंट्स के लिए प्रासंगिक उदाहरण जल्दी खोजना आसान बनाते हैं।

रियल एस्टेट लिस्टिंग

पूर्ण-फ़ीचर्ड फ़ोटो गैलरी वाली प्रॉपर्टी लिस्टिंग — एक प्रमुख हीरो इमेज, थंबनेल स्ट्रिप और फ़ुल-स्क्रीन लाइटबॉक्स सहित — केवल स्टैटिक इमेज वाली लिस्टिंग की तुलना में काफ़ी अधिक इन्क्वायरी जेनरेट करती हैं।

अलग-अलग वेबसाइटों के लिए गैलरी पैटर्न

वही गैलरी कंपोनेंट, उस वेबसाइट के प्रकार के हिसाब से ढाला गया जहाँ वह लगेगा।

01 / 06

Photography Portfolio Gallery

Masonry, no crops, and a lightbox that shows the frame at full width. Square-cropping a photographer's work into a uniform grid destroys the composition they were hired for. Keep the chrome minimal — captions on hover, not permanently on top of the image.

गैलरी की शैलियाँ और वेरिएंट

जो वेरिएंट बाकी पेज से मेल खाता है उसे चुनें और जेनरेट करें।

01 / 06

Uniform Grid

Equal tiles at one aspect ratio. Reads as a single object and is trivially responsive, at the cost of cropping every image to the same shape — fine for products, destructive for photography.

React, Next.js, Vue और Svelte में गैलरी

React, Next.js, Vue 3, SvelteKit, Astro या सादा HTML — वही गैलरी, जोड़ने के छह तरीके।

01 / 06

React Gallery

Map over an images array where each entry carries its intrinsic width and height, and use them to set the aspect-ratio box. Only the lightbox needs state — the grid itself is pure markup.

src/components/Gallery.tsx

export function Gallery({ images }) {
  const [open, setOpen] = useState(null)
  return (
    <ul className="grid gap-4 md:grid-cols-3">
      {images.map((img, i) => (
        <li key={img.src} style={{ aspectRatio: img.w / img.h }}>
          <button onClick={() => setOpen(i)}>
            <img src={img.src} alt={img.alt} width={img.w} height={img.h} loading="lazy" />
          </button>
        </li>
      ))}
    </ul>
  )
}

अपने गैलरी को प्रोजेक्ट में कैसे जोड़ें

गैलरी टेम्पलेट चुनने से प्रोडक्शन में भेजने तक, चार चरण।

01~30s

Pick a Gallery Layout

Choose by what your images have in common — uniform grid when the shapes match, masonry when they do not, mosaic when one image should lead, carousel when the gallery is a block inside a longer page.

02~10s

Copy the Prompt

Take the prompt into MeDo, or paste it into Lovable, Bolt, v0 or Cursor. Set your real column counts and aspect ratio before running it, since those two decisions drive every breakpoint that follows.

03~1min

Generate and Refine

You get React + Tailwind back with a live preview. Follow up in plain English — "add Escape to close", "two columns on tablet", "captions under the image instead of over it" — rather than editing grid spans by hand.

04~2min

Wire Up Your Images

Swap the placeholders for your own files with real alt text and intrinsic width and height on every one. That is what keeps the grid from shifting as images resolve, and it is the step most likely to be skipped.

गैलरी के बारे में सामान्य प्रश्न

AI से इमेज गैलरी कैसे बनाएं?

MeDo खोलें और अपनी इच्छित गैलरी का वर्णन करें — लेआउट स्टाइल, कॉलम की संख्या, होवर बिहेवियर और क्या आपको लाइटबॉक्स चाहिए। MeDo सेकंड में एक पूर्ण, प्रोडक्शन-रेडी गैलरी कंपोनेंट जेनरेट करता है। आप अपना प्रॉम्प्ट रिफ़ाइन करके तब तक इटरेट कर सकते हैं जब तक आउटपुट आपकी विज़न से मेल न खाए।

सबसे अच्छा AI गैलरी जेनरेटर कौन सा है?

MeDo विशेष रूप से नेचुरल लैंग्वेज प्रॉम्प्ट से UI कंपोनेंट जेनरेट करने के लिए बनाया गया है। जनरल AI टूल्स के विपरीत, MeDo रिस्पॉन्सिव ग्रिड, CSS ट्रांज़िशन, lazy loading और एक्सेसिबिलिटी पैटर्न जैसी फ्रंटएंड कन्वेंशन समझता है — इसलिए जेनरेट की गई गैलरी वास्तव में डिप्लॉय योग्य है, सिर्फ़ विज़ुअली मॉक नहीं।

क्या AI से मेसनरी गैलरी बनाई जा सकती है?

हां। बस अपने MeDo प्रॉम्प्ट में "मेसनरी लेआउट" बताएं। MeDo एक CSS Grid या Masonry-आधारित लेआउट जेनरेट करेगा जो वेरिएबल-हाइट इमेज को एलिगेंटली हैंडल करता है, सही गैप स्पेसिंग और हर ब्रेकपॉइंट पर रिस्पॉन्सिव कॉलम काउंट के साथ।

AI-जेनरेटेड गैलरी में लाइटबॉक्स कैसे जोड़ें?

अपने MeDo प्रॉम्प्ट में "लाइटबॉक्स" शामिल करें — उदाहरण के लिए, "किसी इमेज पर क्लिक करने पर नेविगेशन एरो के साथ फ़ुल-स्क्रीन लाइटबॉक्स खुलना चाहिए।" MeDo क्लिक हैंडलर, ओवरले और कीबोर्ड कंट्रोल को वायर करेगा। आप उसी प्रॉम्प्ट में स्वाइप सपोर्ट, इमेज कैप्शन या क्लोज़ बटन जैसी फ़ीचर भी मांग सकते हैं।

क्या AI गैलरी जेनरेटर फ़िल्टरेबल गैलरी बना सकता है?

हां। MeDo से अपने गैलरी प्रॉम्प्ट में एक फ़िल्टर बार या टैग-बेस्ड नेविगेशन शामिल करने को कहें। MeDo फ़िल्टर UI जेनरेट करेगा, हर इमेज स्लॉट को कैटेगरी असाइन करेगा और फ़िल्टर स्विच करते समय ग्रिड ट्रांज़िशन एनिमेट करेगा — सब एक ही पास में।

AI-जेनरेटेड गैलरी को SEO-फ्रेंडली कैसे बनाएं?

MeDo को डिस्क्रिप्टिव alt टेक्स्ट प्लेसहोल्डर, सही figure/figcaption मार्कअप और lazy loading एट्रिब्यूट शामिल करने को कहें। अधिक समृद्ध इमेज SEO के लिए, MeDo से हर गैलरी आइटम में ImageObject स्ट्रक्चर्ड डेटा (schema.org) जोड़ने को भी कह सकते हैं, जो सर्च इंजन को आपकी इमेज सटीक रूप से इंडेक्स करने में मदद करता है।

अभी अपना गैलरी जेनरेट करें।

कोई भी प्रॉम्प्ट आज़माएं — मुफ्त, कोई साइन अप नहीं।