Wow, thanks for breaking that down, you made it easier to understand, I liked when you typed in the clamp parameter meanings (min, pref , max), it helps visualize and understand what's going on
This was SUPER helpful, especially how you broke down the formula for calculating the viewport height relative to the rem units in the clamp, I was really struggling with how to set that value. Thank you for the excellent video!
Top explained. Calculating the intermediate value was always the most difficult part for me. I now use an online calculator where I can calculate the perfect value for the size at which the text starts to grow or shrink. I use the ‘Clamp Calculator’ from Marc Bacon. Since then, I can now calculate the mean value exactly and say that the font should start to grow from 600 px, for example, and must stop growing at 1200 px.
Great insight, thanks. I have a logo which the client wants to keep consistent to screen sizes, so I've used VW for the logo size. At 1100px viewport, the logo is 8vw, but down at 380px viewport, the logo size is 22vw. Is there a way to 'clamp' or 'calc' this so the vw increases as the viewport decreases? (I'm a total newbie with CSS). Thanks.
If I get your question correctly, I think your solution here might still be clamp by doing something like clamp(minsize, 7vw, maxsize), you're able to ensure that the size of the logo never goes below minsize, and never goes above maxsize i don't think you can do a "if viewport increases, decrease the element, but if viewport decreases, increase the element" without javascript involved does this help?
@@deeecode Thank for taking a look. I almost have this but it does jump on tablet sizes. Please give it a go and have a look. clamp(12vw, 12vw - 0.8vw, 5vw)
@@deeecode The best way I can describe this is a 'reverse clamp'; Let's say on desktop I have an image which is 10vw. But on mobile, 10vw is too small. So on mobile I need the image to be 20vw. An increase from 10vw to 20vw as the screen gets smaller.
Hi, what's this "browser" on the left side of the screen (I can't find out)? I didn't know about the clamp functionality (newbie), your explanation helps a lot. I just try to find my way into Bootstrap Studio. Thanks & regards
I found the answer myself - it's simple. It's Google's Chrome browser. I had no need to use it before. Other browsers have comparable abilities (Safari, Firefox), but it seems easier (to me) to use Chrome for this task.
Bravo. You've explained clamp better than the UA-camrs with a million followers.
Glad it was helpful!
You are good in explaining codes Bruuuh!!!!!!!!
Wow, thanks for breaking that down, you made it easier to understand, I liked when you typed in the clamp parameter meanings (min, pref , max), it helps visualize and understand what's going on
Wow. This is the easiest explanation/tutorial I've come across on this subject. Thanks!
This is so simple and to the point, you are killing it man! Thank you so much!
You're very very welcome! I'm glad to hear
Very helpful, your explaining is very smooth and easy to understand even for a 5 year old... your channel needs more support and subs❤
Thank you for the kind feedback! I’m so glad you enjoyed this video
This was SUPER helpful, especially how you broke down the formula for calculating the viewport height relative to the rem units in the clamp, I was really struggling with how to set that value. Thank you for the excellent video!
I'm so glad to hear that my detail was helpful :)
Actually the best explanation on the web. Thanks! Liked & subscribed
You born to be a teacher❤
this video was great, I've seen many videos so far, but this video can help me understand this concept in css, thank you very much!
Top explained. Calculating the intermediate value was always the most difficult part for me. I now use an online calculator where I can calculate the perfect value for the size at which the text starts to grow or shrink. I use the ‘Clamp Calculator’ from Marc Bacon. Since then, I can now calculate the mean value exactly and say that the font should start to grow from 600 px, for example, and must stop growing at 1200 px.
clear as crystal! so easy to understand! Thanks man!
very well explaind my guy. thanks
This was amazing. Thank you so much!
this is what i looking for! thank you for your video! loved it!
Nice one🤝
I'll try using it in my upcoming projects
From LinkedIn btw 🌚
Thanks for visiting :) Glad you enjoyed this video
one of the best explanation videos of CSS clamp
i really live it💗💗💗💗💗💗💗💗
Happy to hear that!
Nice and simple explanation. Good job, man. Thank you.
You’re welcome ✨
I have also seen other videos, but your method is easier to understand. Please share the standard clamp formula for h1, h2, and other tags?
the best explanation man
When converting Figma UI into React, would pref (min, pref , max) be the actual font sizes or width specified??
Deeeecode 🔥
Really great explanation! Thank you
I'm glad to hear
idk why its been so hard for me to wrap my head around this, thank you 😅 also theres a vscode extension that can convert px to em and vice versa
haha yeah i discovered the extension much later
Nice this is huge. I just used a Clamp function in my project 😅
Nice to hear :)
Yup yup.
This is the kid.
Great tutorial.
You're welcome!
Great insight, thanks. I have a logo which the client wants to keep consistent to screen sizes, so I've used VW for the logo size. At 1100px viewport, the logo is 8vw, but down at 380px viewport, the logo size is 22vw. Is there a way to 'clamp' or 'calc' this so the vw increases as the viewport decreases? (I'm a total newbie with CSS). Thanks.
If I get your question correctly, I think your solution here might still be clamp
by doing something like clamp(minsize, 7vw, maxsize), you're able to ensure that the size of the logo never goes below minsize, and never goes above maxsize
i don't think you can do a "if viewport increases, decrease the element, but if viewport decreases, increase the element" without javascript involved
does this help?
@@deeecode Thank for taking a look. I almost have this but it does jump on tablet sizes. Please give it a go and have a look.
clamp(12vw, 12vw - 0.8vw, 5vw)
@@deeecode The best way I can describe this is a 'reverse clamp';
Let's say on desktop I have an image which is 10vw. But on mobile, 10vw is too small. So on mobile I need the image to be 20vw.
An increase from 10vw to 20vw as the screen gets smaller.
Hi, what's this "browser" on the left side of the screen (I can't find out)?
I didn't know about the clamp functionality (newbie), your explanation helps a lot.
I just try to find my way into Bootstrap Studio.
Thanks & regards
I found the answer myself - it's simple. It's Google's Chrome browser. I had no need to use it before. Other browsers have comparable abilities (Safari, Firefox), but it seems easier (to me) to use Chrome for this task.
You're welcome! Actually it's Edge I'm using
What about columns and rows..?? Can clamp be used for anything else apart from fonts..??
Yes you can using it for padding height width
Excellent. I wonder when it will be adopted in tailwind…
I don't know tailwind enough to answer this soorry
I love your channel!!!!
So glad you do...you're welcome!
please, are there any potential dangers of using percentage in all your font sizes...if so...pls let me know. I need reply please
Great
You're welcome!
Thankss
You're very welcome!