I made a Webflow masonry grid and you won't believe how

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ •

  • @JayOvertron
    @JayOvertron Рік тому +7

    If you're using this with divs, for example a masonry grid thats full of groups of content and not just images be sure to add this css to your header settings named same as your group of content inside the columns to stop items breaking across columns:
    .divclass {
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    }

    • @jasonhebert1656
      @jasonhebert1656 Рік тому

      dude!!! Lifesaver!

    • @jasonhebert1656
      @jasonhebert1656 Рік тому

      Been coding sites for a long time and I'd say i know my way around css pretty well. Never used the "avoid" style ever! Learned something new today.

    • @marketingflow2155
      @marketingflow2155 Рік тому

      I feel like your comment could save my day! But I don't get where I should add this piece of CSS... 😅 Should I replace ".divclass" by the name of the div I set up the typography options to?

    • @tdk427
      @tdk427 Рік тому

      @@marketingflow2155 haha exactly the same problem here, i dont get where exactly should i put it

    • @tdk427
      @tdk427 Рік тому

      where exactly should we put it? sorry dont get it, what do you mean by header section?

  • @mariedavis28
    @mariedavis28 9 місяців тому

    Love this! thanks for sharing your ideas - so creative

  • @sphereboy
    @sphereboy 9 місяців тому

    thanks. quick and simple. at 3:00 he goes over the CMS implementation.

  • @shadulshaikh6513
    @shadulshaikh6513 Рік тому +1

    Always coming with something new

  • @gabejames3304
    @gabejames3304 Рік тому

    Awesome, been after a native masonry grid for cms for ages! Can't believe this is thanks to the typography section - basically a glitch on Webflow's part? Thanks for the video

    • @neoniquestudio
      @neoniquestudio Рік тому

      It´s there because it´s actually meant to be a typography setting, to have text in columns. That´s also why the elements are aligning/sorting vertically, not horizontally (which does not really make sense for a gallery-kindof-list. It looks nice and easy but - if you need some kind of "normal" content flow (left to right) it does not work unfortunately.

  • @md.solaimankabir60
    @md.solaimankabir60 8 місяців тому

    Such a Simple and Helpful Content

  • @PalomaMcClain
    @PalomaMcClain Рік тому +8

    I appreciate this. But not being able to order from left to right ruins it for me. :( I want to be able to incorporate a lightbox for each image in my masonry that have the same lightbox link group name. But the lightbox will only view the next image down instead of from left the right. This is confusing for anyone who views my portfolio. Plus there's no easy way to rearrange my artwork in the masonry manually if I want my first two rows of images to be very specific. Dragging them around in the navigator changes their vertical position, and this is only gonna get more difficult to deal with as my columns get longer with more artwork that I want in a certain order from left to right. I'm not sure what to do.

  • @ziggerwebdesign1704
    @ziggerwebdesign1704 Рік тому +3

    Don't forget to set the grid wrapper as inline block

    • @MichalCzerlikowski
      @MichalCzerlikowski Рік тому

      thanks, thats was very helpful

    • @EmpexOfficial
      @EmpexOfficial 8 місяців тому

      Was looking everywhere on how to fix. Very helpful, thank you!

  • @turisma_music
    @turisma_music 9 місяців тому

    I just found your video, and it helped me a lot! I totally forgot about this option in Webflow. Thanks!
    Can you create a tutorial on how to make an animation with two columns, one moving up and the other down? Should I use separate divs, or can we make it with columns?

  • @НеверДай-х9с
    @НеверДай-х9с 6 місяців тому

    Thank you man, thanks for sharing

  • @gmcwhinney
    @gmcwhinney Рік тому +1

    What a great idea 👍

  • @kevynlevine
    @kevynlevine Рік тому +1

    Great vid thank you!

  • @alanambrose5498
    @alanambrose5498 Рік тому

    Very nice, thanks bro!

  • @m.ehtizan
    @m.ehtizan Рік тому +2

    Hey, I just watched your video and I must say that it was really informative and well-made. I loved your videos. I was wondering if I could help you edit your videos and also make highly engaging shorts for you to grow your business faster.

    • @m.ehtizan
      @m.ehtizan Рік тому +1

      any thoughts?

    • @fitrmedia
      @fitrmedia  Рік тому

      Thanks for the offer, Muhammad! but I already have an editor.

  • @youmix
    @youmix 5 місяців тому

    Thank you very much, the video helped me a lot! But how can I make a photo clickable to display a pop-up? The lightbox element seems to be exactly what I'm looking for. How can I insert it here?

  • @Uzodesign
    @Uzodesign 3 місяці тому

    @Fitr Media I'm a bit confused by the naming convention. Are you saying all the images inside the mason_image div must all have the same name because you say they should all be the same class? If this is what you're saying how does this help with SEO. Also, are we able to click on those images and to see the larger version. This is a good video but I think you should create an updated version that address some of these points. TGhank you.

  • @magic_miles
    @magic_miles Рік тому

    Super helpful! One question - on mobile, at the start of a new column, the margin seems to "rollover" from the last item of the column before. This makes the items not sit flush at the top. Anyway to mitigate this? Doesn't seem to be an issue on desktop breakpoints.

  • @JayOvertron
    @JayOvertron Рік тому

    Thanks so much!

  • @Karolina-du7jt
    @Karolina-du7jt 10 місяців тому

    Is it possible for portfolio reels in the 9:16 format?

  • @eaaronross
    @eaaronross Рік тому

    If you're following along, just use the same class name on the images from the first example on the images in the second example and you're good to go.

  • @animatter2000
    @animatter2000 7 місяців тому

    Could this be used for a video sharing website like yourube

  • @shadulshaikh6513
    @shadulshaikh6513 Рік тому +1

    Great!

  • @animatter2000
    @animatter2000 7 місяців тому

    Please do the basics of a video sharing website like youtube.😊

  • @TheBackwasher
    @TheBackwasher 5 місяців тому

    This is nuts. I don't understand how this works.