Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

103
Visualizações
Using sections inside flexbox image gallery

I'm trying to create an image gallery using a flexbox layout. This is how it's supposed to look in the end:

enter image description here

This is basically just a flexbox with images inside:

<div class="flexbox-grid">
    <img src="https://i.imgur.com/DjLPhu1.png">
    ...
 </div>

.flexbox-grid {
   display: flex;
   flex-wrap: wrap;
}
  
img {
   margin: 10px;
}

But now I want to add sections to groups of images for some js scripts. Like this:

<section id="first">
    <img src="https://i.imgur.com/DjLPhu1.png">
</section>
<section id="second">
    <img src="https://i.imgur.com/DjLPhu1.png">
    <img src="https://i.imgur.com/DjLPhu1.png">
    <img src="https://i.imgur.com/DjLPhu1.png">
</section>

Of course this completely messes up the grid layout, as now the grouped images are kept together: enter image description here

How do I add sections (or divs) here and still keep the initial grid layout? The elements I actually want to have a flexbox for are the children of the sections, not the sections themselves.

Here's the code: https://jsfiddle.net/8f2mv7cb/1/

Thank you in advance.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I think this would be more of a task for CSS grid layout. Then you could arrange the rows and columns to fit how you want it and give classes to them or certain parts of it which gives your scripts more freedom.

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda