The New Standard for Webflow Containers

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

Комментарии • 18

  • @albertfranklin2317
    @albertfranklin2317 2 месяца назад +7

    I love it. Great solution to the over-nesting problem.

  • @PruthviPanchani
    @PruthviPanchani 2 месяца назад +3

    Never thought about this. very helpful insights.

  • @krishowes2330
    @krishowes2330 2 месяца назад +5

    Very cool solution!

  • @roxDELETED
    @roxDELETED 2 месяца назад +1

    You are the best! Thank you.

  • @lyuhakusho
    @lyuhakusho 2 месяца назад

    Thank you for this! Also please please please I'd love to see a video with your take on multistep forms and formly. And also setting up basic interactions like scrolling/loading animations within webflow with the newly acquired gsap.

  • @mirt3327
    @mirt3327 2 месяца назад

    Thanks for sharing your wisdom Tim! Totally unrelated but I have been looking for the cloneable of the Stripe menu but can't find it. Is it possible a re-upload please? Thanks!

  • @ArinIssa-m3r
    @ArinIssa-m3r 2 месяца назад +1

    Love it! Is this already in the latest Lumos update👀

    • @timothyricks
      @timothyricks  2 месяца назад +2

      Thank you! Yes, this has been in Lumos for a while now 🙂

  • @AuckyHalim
    @AuckyHalim 2 месяца назад

    hey Timothy, could you make a tutorial about horizontal scroll image effect/animation please? thankyou!

  • @101alexv
    @101alexv 2 месяца назад

    Hey Timothy! Great work again... You hopped off twitter awhile ago and I'd love to know if you have any way to notify Lumos users when there are updates to the framework (v2.0.4 → v2.0.5).

  • @MaxWeir75
    @MaxWeir75 Месяц назад

    At 6.16 you are switching the max-width from full to contained?
    Wouldn't that be a global change for every page that is using that same class? Just trying to understand the reason to switch the sizing.

    • @timothyricks
      @timothyricks  Месяц назад +1

      Yes, that would have been a global change just to show how the variables work. In Lumos, we have separate u-container-full and u-container-small classes using those variables so that containers can have different widths if needed.

    • @MaxWeir75
      @MaxWeir75 Месяц назад

      @@timothyricks thank you so much Timothy! that clears is it up perfectly.

  • @wibletonha
    @wibletonha Месяц назад

    I really like to use 5VW padding on both sides... what could possible go wrong? 🙂

    • @timothyricks
      @timothyricks  Месяц назад +1

      I would add a max rem size to that like this: min(5vw, 4rem). Or even better, use clamp for fluid values. Often we’ll need some top and bottom section padding, sticky element offset, or other values to match that left and right padding container padding. And when we use a fluid value without a max size inside of our container’s max width, the size grows infinitely and crowds out the container.

  • @eftihisbotonakis7204
    @eftihisbotonakis7204 2 месяца назад

    What problems does the original approach have?

    • @timothyricks
      @timothyricks  2 месяца назад

      Over nesting. The updated approach can use only one div in places where the original approach would require multiple divs.

  • @MACH_SDQ
    @MACH_SDQ 2 месяца назад +1

    Goooood