VibeCoderzVibeCoderz
Telegram
All Prompts
YouTube Shorts Gallery Grid preview
galleryvideoyoutubegridresponsiveanimated

YouTube Shorts Gallery Grid

Адаптивный YouTube Shorts Grid для галерей, плейлистов и блоков с видео. Эффективно отображает контент.

Prompt

<div class="w-full max-w-6xl mx-auto p-4">
  <h2 class="text-2xl font-bold text-gray-900 mb-6">Shorts Collection</h2>
  <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
    <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300">
      <div class="relative" style="padding-bottom: 177.78%;">
        <iframe class="absolute top-0 left-0 w-full h-full" src="https://www.youtube.com/embed/7KKQYmHCeaI" title="YouTube Shorts video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe>
      </div>
    </div>
    <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300">
      <div class="relative" style="padding-bottom: 177.78%;">
        <iframe class="absolute top-0 left-0 w-full h-full" src="https://www.youtube.com/embed/7KKQYmHCeaI" title="YouTube Shorts video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe>
      </div>
    </div>
    <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300">
      <div class="relative" style="padding-bottom: 177.78%;">
        <iframe class="absolute top-0 left-0 w-full h-full" src="https://www.youtube.com/embed/7KKQYmHCeaI" title="YouTube Shorts video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe>
      </div>
    </div>
  </div>
</div>
All Prompts