Use these instead of vh

Поділитися
Вставка
  • Опубліковано 15 лис 2023
  • Looking to step up your CSS game? 👉 kevinpowell.co/courses?... I have a bunch of courses, including several free ones.
    I see people use `vh` a lot, and then complain that it doesn’t work the way they thought it would, so in this one, I explore a few other options that we have, which are `dvh`, `svh`, and `lvh`. Along with these, you could also use `dvb`, `svb`, and `lvb`, which are the logical property version of the height units, but for the block-size.
    🔗 Links
    ✅ The example page: viewport-unit-test.netlify.app/
    ✅ The GitHub repo: github.com/kevin-powell/viewp...
    ✅ Up to date browser support: caniuse.com/mdn-css_types_len...
    #css
    --
    Come hang out with other dev's in my Discord Community
    💬 / discord
    Keep up to date with everything I'm up to
    ✉ www.kevinpowell.co/newsletter
    Come hang out with me live every Monday on Twitch!
    📺 / kevinpowellcss
    ---
    Help support my channel
    👨‍🎓 Get a course: www.kevinpowell.co/courses
    👕 Buy a shirt: teespring.com/stores/making-t...
    💖 Support me on Patreon: / kevinpowell
    ---
    My editor: VS Code - code.visualstudio.com/
    ---
    I'm on some other places on the internet too!
    If you'd like a behind the scenes and previews of what's coming up on my UA-cam channel, make sure to follow me on Instagram and Twitter.
    Twitter: / kevinjpowell
    Codepen: codepen.io/kevinpowell/
    Github: github.com/kevin-powell
    ---
    And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

КОМЕНТАРІ • 339

  • @fersahahmet9597
    @fersahahmet9597 6 місяців тому +379

    You are King of CSS not necessarily because you know everything but a very deep understanding of what you are talking about which i personally love and admire the most about you. Thank you Kevin for every single effort of you

  • @Dexter101x
    @Dexter101x 6 місяців тому +415

    Just when I got to use the vh properly, lol

    • @Rhidayah
      @Rhidayah 6 місяців тому +29

      Me with big brain using 100%

    • @elpioterro
      @elpioterro 6 місяців тому +4

      I have the same situation haha

    • @kikevanegazz325
      @kikevanegazz325 6 місяців тому

      The guy is a developer - streamer, not the CSS god who is commanding you something. If 100vh that’s working for you and you do it right, keep it up.

    • @yay8507
      @yay8507 6 місяців тому +5

      Well its the same thing anyways

    • @marvellousgboun6068
      @marvellousgboun6068 4 місяці тому

      😂

  • @bossaddict08
    @bossaddict08 6 місяців тому +21

    You know what, your content is a step above most other channels regardless of content type. Keep doing what you do please. I think you're excellent.

  • @Glittery_Magic
    @Glittery_Magic 2 місяці тому +3

    I normally ALWAYS have questions when learning. You cover all the nuances so well I have no questions only full clarity. Excellent Ive subscribed.

  • @arjunjayakumar4841
    @arjunjayakumar4841 6 місяців тому +152

    The timing. I was fixing a layout and was experimenting with dvh. Will surely try out svh as well. Thanks Kevin

  • @houssembenothmen7250
    @houssembenothmen7250 6 місяців тому +55

    svh is not just better
    u have to do it as for the performance tests you will always find the CLS (cumulative layout shift) and definetly the dvh may cause problem there in tests

  • @Hataken999
    @Hataken999 6 місяців тому +4

    The timing couldn't be more perfect. I was creating a "Coming Soon" page and when I was working on the mobile version, the footer and hamburger menu sidebar were overflowing with 100vh. I was stuck trying to find a solution, but then I came up with a dynamic vh solution using JavaScript, and it worked really well (even though it took me almost 3 hours to figure it out).
    And now you post a video, showing me a super simple way to fix it 😂😂

  • @TomasMisura
    @TomasMisura 2 місяці тому +5

    As a casual web developer, it's challenging to keep up with all the changes and recommendations, so I'm grateful that someone like you is undertaking this and providing us with all that information.

  • @truthteachers
    @truthteachers 6 місяців тому +1

    Love all the short hints and help from you, bro. Shor, simple nd extremely helpful. Keep them coming. I try to give back something whenever i can.

  • @EvgenyOrekhov
    @EvgenyOrekhov 6 місяців тому +123

    Even better: use dvb/svb/lvb.
    These are called "logical units", and they will respect the writing mode.
    "b" stands for "block", which is the dimension perpendicular to the flow of text within a line, i.e., the vertical dimension in horizontal writing modes, and the horizontal dimension in vertical writing modes.

    • @msweblearner
      @msweblearner 4 місяці тому +1

      Thanks

    • @Pavel555
      @Pavel555 4 місяці тому +3

      It's just a different use case, I assume? The video describes a situation when you need an element with 100% height of viewport.

    • @matt42hughes
      @matt42hughes 4 місяці тому +2

      why would you want any element to be 100% height with horizontal writing mode but 100% width when it’s vertical. isn’t that what respecting the writing mode would do?

  • @aceenterprise
    @aceenterprise 6 місяців тому

    Thank you, I have dealt with the vh problem quite a bit, and didn't know about the new dimensions.

  • @hariskhan2454
    @hariskhan2454 6 місяців тому +2

    Amazing Man... I just had an issue and from 100vh went to 95vh for Mobile view, but now I think I'll use svh for mobile view !

  • @moonchildCZ
    @moonchildCZ 6 місяців тому

    Thanks Kevin. I had this exact problem and I just skipped it, because I couldn't find the perfect solution. Now this video showed up to me and it's so easy :)

  • @jaimemartin1932
    @jaimemartin1932 5 місяців тому +2

    I just started using dvh to avoid some issues, and now I discover that svh is even better. Thanks.

  • @worthsalive
    @worthsalive 6 місяців тому +4

    I think applying transition on the Hight property will take care of the jumps in with dvh. It will be cool if the jump is rather a smooth stretch.

  • @a1white
    @a1white 6 місяців тому

    Useful! Looks like I’ll be switching my vh to svh from now on. Thanks

  • @Wynorrific1
    @Wynorrific1 6 місяців тому +1

    Great content, you helped me learn HTML, CSS and, SCSS. I'm now learning JavaScript. Have a blessing day.

  • @user-ms5nu1co5q
    @user-ms5nu1co5q 6 місяців тому

    Life saving. I was having headache with it. Thank you soooooo much❤

  • @andreasorourke4252
    @andreasorourke4252 6 місяців тому +2

    I'm getting into freelance development and your channel is super helpful!

  • @degagnemarc
    @degagnemarc 6 місяців тому

    Oh ya! Did I struggle with this a while ago till I found those units. Thanks for the reminder.

  • @igordasunddas3377
    @igordasunddas3377 6 місяців тому

    I love your videos, Kevin! You're my goto when I want to learn new things about CSS.

  • @DrunkenUFOPilot
    @DrunkenUFOPilot 6 місяців тому

    I had no idea about vh, never mind dvh, svh, lvh. Very clear explanations and demo!
    I would subscribe, except I'm already subscribed :)

  • @deliriumcode
    @deliriumcode 6 місяців тому

    Believed or not - one of your most powerful videos. Short and sorts a years of problems. :)

  • @greenethumbs5738
    @greenethumbs5738 6 місяців тому

    Great video, as always - and by the way, nice shirt!

  • @JuanMoisesTorrijos
    @JuanMoisesTorrijos 6 місяців тому

    I have been using dvh and didn't realize that it was causing the layout shift, I guess I will be using svh instead. Thanks for the video.

  • @pibbz13
    @pibbz13 6 місяців тому +2

    After you mentioned this svh in an earlier video, i've been in love with it ever since. It's now a staple in all my projects 👍

  • @colindante5164
    @colindante5164 6 місяців тому

    This is awesome!!! Way better than using calc(100vh - computed height of UI element ). Thanks ))

  • @gargola1754
    @gargola1754 4 місяці тому

    very useful info, thank you Kevin

  • @ahooton
    @ahooton 6 місяців тому +4

    I've just tested this out in my current project... Indeed, for most things, svh seems to work better on mobile than dvh. The one exception is for my background overlay effect, which covers the mobile viewport more accurately when set to dvh.

  • @wwxstackdeveloper
    @wwxstackdeveloper 2 місяці тому

    Thanks for sharing. Im new to your channel and really enjoy your teaching style.

  • @martinlottering9048
    @martinlottering9048 2 місяці тому

    Thanks for the easy to understand explanation. I used to think these concepts would just be out of reach for me. 🎉 I struggle a bit with html and css. I think it is because I started with winforms and then later xaml.

  • @saptarshimondal7021
    @saptarshimondal7021 6 місяців тому

    Awesome Explanation! Loved It...

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

    omg, someone who actually taught me something i didn't know, thanks kev!

  • @Credi6464
    @Credi6464 6 місяців тому

    I used dvh in one of my projects, it was my first time using it, when i saw the scrolling in mobile i had no idea what was happening, took me some time to discover the issue was being caused by this dynamic heights, and yeah, svh solved the issue

  • @StephenMoreira
    @StephenMoreira 6 місяців тому +2

    God such great content I need to support you like yesterday.

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

    This is awesome! Solves mobile browser UI overlaps

  • @RideTheTeacups
    @RideTheTeacups 6 місяців тому

    This is BRILLIANT. Thank you!

  • @stefan5673
    @stefan5673 6 місяців тому +5

    Thank you for your Videos

  • @mfurkankaya
    @mfurkankaya 6 місяців тому

    When I saw the thumbnail, I thought this is absolutely clickbait. What could be better then vh? But this is really great!

  • @rabaa9352
    @rabaa9352 6 місяців тому

    As usual, excellent info.. By the way, nice shirt.

  • @viktorberczeli3009
    @viktorberczeli3009 6 місяців тому

    Great content and a big plus for the Star Wars + the 'too many' tabs in Chrome.😁

  • @rand0mtv660
    @rand0mtv660 6 місяців тому +8

    Recently dvh was useful to me for a fixed collapsed menu on mobile. There is no layout shift there because the element is a fixed menu and when I was using vh, bottom of the menu would get cut off in certain cases because of browser UI pushing it down. Using dvh it worked in all cases as I wanted it so that was nice.

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

    you help us so much Powell ........wish i had financial means to support you☺☺☺

  • @mefesto_
    @mefesto_ 6 місяців тому +1

    I tried to use 100dvh, but my clients don't like to see layout jump when scrolling the page. I will try to use 100svh :)
    Nice video!

  • @rameenana
    @rameenana 2 місяці тому

    Thanks man. This was helpful.

  • @seobookpro
    @seobookpro 6 місяців тому

    Anyway Everyone can do they own way of CSS - The Dev Tool is way to test and see what's new and what values and units are included and supported by your Browser Inspect Tool. Especially for CSS - when you type your new or select class or id hit the Tab and you will see all available values for the CSS attribute you want to edit, change or check.

  • @user-bx6ny3bb8p
    @user-bx6ny3bb8p 5 місяців тому

    For me this is useful in media queries since you've mentioned that vh doesn't have problem on desktops but only on mobile view

  • @confused_horse
    @confused_horse 6 місяців тому

    Apparently it's already supported more than 98% by now. Really comes in handy to know about it right now. Working on my first mobile application.

  • @miro_h2o
    @miro_h2o 6 місяців тому

    My No.1 channel for CSS content!

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

    Mr KP! Awesome, always.

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

    Really usefull rules, thank you for informing about these new features of CSS

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

    good one. i didn't even know this existed. no time to catchup. thanks for this!

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

    Interesting useful information about css. Thanks a lot.

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

    Omg having troubles with this kind of problem THANK YOU BIG SO VERY MUCH!!

  • @katlegomonama5824
    @katlegomonama5824 6 місяців тому +1

    We having that CSS convo , About that time!

  • @gabydewilde
    @gabydewilde 6 місяців тому +6

    Welcome to another episode of new units to work around issues with old units but have issues of their own. Of course you could also use: bottom but I get that that isn't the point of the exercise.
    We kinda needed a new way to make pages jump up and down now that most of the old methods have been fixed.

    • @Lumiden
      @Lumiden 2 місяці тому

      Not really, these units were just not necessary before mobiles started having a dynamic height.

  • @kristofgheyssens3941
    @kristofgheyssens3941 9 днів тому

    Will certainly try this out. Have been using 95vh or so for mobile to fix this, but it's a bit unpredictable.

  • @MightBeRasor
    @MightBeRasor 6 місяців тому +8

    I'm building websites with different sections that need to be as tall as the viewport and there are a lot of scroll-based animations. Whenever there is a layout shift it can get pretty laggy because the libraries need to recalculate everything to the new scroll position. I've tried some approaches, but I found that using 100lvh is interesting because the section will always cover the viewport and, with the animations, all the extra height at the bottom of the section is barely noticeable. Anyone have a better alternative?

    • @christian9540
      @christian9540 5 місяців тому +1

      Not sure what you are doing and what you need, but if you want to make full page containers and stick to that even on resize, you can simply just use something anchor like to see what anchor is next to you and scroll to it. Use windows resize and awrtimeout + cleartimeout method to actually delay it to not constantly recalculate on resizing. Make the delay to something like 100ms and then get your current position. Iterate through your predefined anchors and request their position. If you notice being between two anchors you can define a percentage breaking point when to the scroll up or down.
      You can use the values here but they will change instantly. If you want a certain amount of delay or only resize them after window resizing finished, use css variables and fill them by js on windows resize, use settimeout and cleartimeout to add a delay. With var(--var, 100vh) you can also let it work initially and it will be resized very shortly after loading. If you want to reduce the time cause your application takes a moment when loading, you can use cookies to store the value. So when you load site you can check if there this cookie, access it and actually use that as the initial value as well.
      But if you application is that slow, maybe optimizing it is better than adding another workaround.

  • @giuseppebonariva6753
    @giuseppebonariva6753 6 місяців тому +6

    @KevinPowell, in case you are short of ideas for new videos, I would like to understand how you manage the Cumulative Layout Shift (CLS) issues that occur by adding to the page some dynamic elements, fonts, s, etc.

    • @silent_syntax
      @silent_syntax 5 місяців тому +1

      If you are talking about dynamic elements that are loading when the page loads, you could use skeleton loaders like UA-cam does to make up for the space they will take once they fully show up. :)

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

    muy bueno gracias, yo luché con eso, cambiando por js el 100vh por min-height

  • @azzazkhansiddiqui
    @azzazkhansiddiqui 6 місяців тому

    Thanks man you saved my day.

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

    Great content like always

  • @Sashad2003
    @Sashad2003 6 місяців тому

    Thanks for the explanation 👍

  • @daviderichsen9267
    @daviderichsen9267 4 місяці тому

    I like to use an outer element with 100vh to prevent page to shift height, and then use an inner element with 100dvh to adjust the for objects placement in the wiewport.

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

    WOW, VERY GOOD! I needed that already years ago! Thank you! Is there some way how to affect FONT SIZE (e.g. much LARGER FONTS on much smaller devices?), or on portrait vs landscape?

  • @SashenMe
    @SashenMe 6 місяців тому

    Thanks for addressing my question!

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

    Useful info, thanks

  • @AlThePal78
    @AlThePal78 6 місяців тому

    Wow I didn't know or realize there was others besides dvh I thought it was only dvh and vh thanks :)

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

    You've fixed my life. Thanks a lot.

  • @scottonanski4173
    @scottonanski4173 6 місяців тому +6

    In other words, mobile phone developers are screwing us.

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

    Love your sweatshirt and the video, of course!

  • @evansvibetv1237
    @evansvibetv1237 6 місяців тому +4

    I would love to see more videos of javascript from your contents... I love your teachings.

  • @slipoch6635
    @slipoch6635 4 місяці тому

    great video man, thanks

  • @tehoko
    @tehoko 6 місяців тому +5

    I'm definitely going to be using lvh for one thing: full-page background images. With vh or dvh they'll get resized, which isn't a desirable side effect of scrolling. With lvh the image will always stay the same size.

  • @vouagiaz
    @vouagiaz 4 місяці тому

    omg, an actually useful video! thanks!

  • @CodeHerb
    @CodeHerb 6 місяців тому

    Please sir thanks for the wonderful explanation but between (dvh, svh, lvh) which one is more better to use?

  • @rusul.994
    @rusul.994 5 місяців тому

    Oh ,thank you so much .. i was suffering from this problem❤

  • @spaceflightquack
    @spaceflightquack 2 місяці тому

    You are a miracle, i just ran in this problem

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

    Thanks! nice tips!

  • @nathanconlon738
    @nathanconlon738 5 місяців тому +1

    Wow, this is perhaps *the* most helpful video I've seen on CSS. I'm currently building a UI for my university and the vh was an annoying issue. I'd resorted to something like calc(100vh - 170px) for the height, but I can see that svh is much better. Thank you!

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

      you could have used javascript. by setting your div height equals to -- window.innerHeight+"px" --

  • @jayrewerts
    @jayrewerts 6 місяців тому

    Hey Kevin, thank you so much for breaking down these elements.
    Question: Is there a way for the browser to take into account the virtual keyboard? For example, if you have a login element (or a login / modal) to adjust the size of the element when the keyboard is being shown?

    • @dfcw
      @dfcw 6 місяців тому +2

      Could you please let me know if you find the answer for this? have the same issue. Thanks.

    • @christian9540
      @christian9540 5 місяців тому +1

      Use a lib for that. There are a couple to find. It's actually a nasty thing that you cannot solve that casually. Most often they work in a certain way: listen to windows resize and check if your focus right now is in an input field. Use css variables, settimeout and cleartimeout functions for smoother transitions.

  • @keenoogodlike
    @keenoogodlike 4 місяці тому

    Best CSS teacher.

  • @KeirChapman
    @KeirChapman 4 місяці тому

    Great as always

  • @alvin_aliev
    @alvin_aliev 6 місяців тому

    I use js.I set the page height variable globally and use it.I am not quite used to using these units yet.But thanks for the video anyway👌

  • @MrJettann
    @MrJettann 6 місяців тому +1

    Kevin, I have a question for you, will this fallback work if I use it inside calc function? Or for this purpose I have to use @supports directive and inside of it use my calc?

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

      Fallbacks works if your input is invalid. As long it is invalid it uses the previous value. Actually I am not sure why you are even asking this. You can test your question in a few seconds...

  • @nikolaicholakov2798
    @nikolaicholakov2798 6 місяців тому

    the best explanation!

  • @TheBoysMemes123
    @TheBoysMemes123 2 місяці тому

    I was suffocating but after adding dvh instead of vh it works and love from my heart

  • @nztchris8024
    @nztchris8024 Місяць тому

    He is just like a gold mine but for CSS stuff! Great videos!

  • @user-nw6fd8xn2m
    @user-nw6fd8xn2m 5 місяців тому

    i love you Kevin Powell you are great

  • @v4ldevrr4m47
    @v4ldevrr4m47 4 місяці тому

    New suscriber, this video or the tittle in this one catch my attention . And Later Here you are! Great content

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

    Are there any tools (extensions or even browsers) that will add dynamic elements similar to how navbars work on mobile browsers? It'd be really nice to have some extension that will simulate these behaviors even when in desktop resolutions.

  • @unknownmale
    @unknownmale 6 місяців тому +1

    Still prefer the JS route personally, All the advantages of SVH plus you can animate if needed, update on scroll or not. But glad there is more support for this issue. So many years of hacks and work arounds!
    let vh = window.innerHeight * 0.01;
    document.documentElement.style.setProperty('--vh', `${vh}px`);

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

    Nice! And what do you thimk about using 100% insted?

  • @refeals
    @refeals 5 місяців тому +1

    love how they made it super trivial to solve a problem that was super annoying to handle

  • @brunoais
    @brunoais 6 місяців тому +2

    I wish dvh had been created the way I proposed it (which even had scrollbars logic built-in) and not the downgraded version they ended up implementing.
    I also had specified that unless battery saving options were active, the adaptation should be animated. I guess the "should" was taken with it's permissibility of "not".
    Downgrade being: It doesn't take scrollbars into account while in my specification, it must and I even specified the algorithm...

  • @HG-wu6eb
    @HG-wu6eb 3 місяці тому

    Thank you man!

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

    That’s nice but it’s always worth asking: is it ready for the production?
    I checked caniuse, so looks like there is only one known issue, the major one though:
    Safari 15.6 on macOS has an issue where dvh is larger than expected (242758).

  • @justinoneill2837
    @justinoneill2837 6 місяців тому

    OMG thank you. been trying to find hacks around this for years

  • @27sosite73
    @27sosite73 6 місяців тому

    thank you Kevin

  • @SolidWorksMastery-hr4sg
    @SolidWorksMastery-hr4sg 2 місяці тому +1

    Fun Fact : the :D sign or emoji (in the chrome toolbar) instead of numbers it mean like there is already more than 99+ tab opened
    funny that Kevin too have the habit of not closing tabs XD..........sometimes i make it change to this emoji ;) if in incognito but i don't know the number