Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

188
Views
How do i make the flex-wrap animation when zooming in and out?

https://www.peaceminusone.com/Exhibition

The website above when resizing has the effect when zooming in and out.Instead of the standard adjust ment, how do i do with the effect with my site? I tried transition and transform but it doesn't do anything. I assume it has something to do with JavaScript? .

My CSS:

.gallery__img {
    width: 100%;
    height: auto;
}

.gallery__img2 {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: wrap 5s;
}

.pic {
    margin-top: 34.6px;
}

.pic p {
    margin-bottom: 35px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.015rem;
    color: white !important;
    margin-top: 12px;
    margin-left: 20px;
    letter-spacing: 0.015em;
}

.pic img:hover {
    filter: grayscale(100%);
    cursor: pointer;
}

@media only screen and (max-width: 1899px) {
    .pic p {
        margin-top: 11px;
        margin-bottom: 35px;
        margin-left: 21px;
        font-size: 11.7px;
    }
}

@media only screen and (max-width: 1729px) {
    .pic p {
        margin-top: 13px;
        margin-bottom: 36px;
        margin-left: 21px;
        font-size: 11.7px;
    }
}

@media only screen and (max-width: 1280px) {
    .pic p {
        margin-bottom: 34px;
    }
    .nav {
        border-bottom-width: 1px;
    }
}

@media (max-width: 1000px) {
    .nav li {
        display: none;
    }
    .toggle-button {
        display: flex;
    }
    .container {
        flex-wrap: wrap;
    }
}

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!