Great Video! Could you give us the link for the template so we can try it by ourselvs to convert the pixel website to a responsive one 🙏
@osanda.design Жыл бұрын
Nope, not again. I was Frustrated by different kind of sizes. It won't problem be a problem again. thanx man🤝
@stacheyweb Жыл бұрын
As a beginner, one of the biggest problems I’m facing is responsiveness and scaling, this helped a lot thank you very much!❤
@judithcreates Жыл бұрын
This was very helpful!! Thank you so much! I wish i saw this before building my first webflow site completely with pixels haha now I know!
@meowmads Жыл бұрын
This has been a lifesaver for me, I was really struggling to grasp this morning. Thanks a LOT for this.
@ziggerwebdesign1704 Жыл бұрын
I totally agree and wrote a blog about stop using pixels a few years ago. Also useful to set the body text size as 1 REM - respect the user!
@ElBeeEss Жыл бұрын
Five stars from this old student to a great teacher. Thank you! x
@ArnauRos Жыл бұрын
Wonderful! Glad it was helpful :)
@sdnetwork4423 Жыл бұрын
thanks a lot sir... I got soooo cleared about responsiveness and seriously it was sooo helpful. your voice tone , speaking and teaching style is great.. thx BOSS .
@ArnauRos Жыл бұрын
Thanks for watching!
@dee6176 Жыл бұрын
Just watching this video and it has helped me simplify rem and VW terms and usage
@ArnauRos Жыл бұрын
Great!
@IlonaJosiane2 жыл бұрын
I am learning so much with watching your videos . Thank you so much for sharing this amazing source of information.This one is quite helpful.
@ArnauRos2 жыл бұрын
Glad it was helpful!
@lilbitcoin45074 ай бұрын
going from wordpress to webflow but made the learning curve for a client project with a deadline. building out the website and desktop is starting to look goog but I finally checked the mobile version and it was a mess. this video is going to save me a huge headache just wished I knew this before building out so I could have implemented on my first try lol thanks for this def subbed and liked
@TheBClark88 Жыл бұрын
I can see how you could use rem, but this doesn't really make it clear why I would use it. Unless I'm going to change my rem size at some point, this just seems to add an extra step. Even if we said that rem was 16 on desktop and 12 on mobile, this doesn't necessarily help because mobile spacing and scales vary a lot more than that simple division. The other supposed advantage to rem is for accessibility, but once a user is upscaling all the type on your site all the styling is going out the window anyway.
@delveticas Жыл бұрын
absolutely agreed, using pixels is better and way easier
@CaioGonzalez Жыл бұрын
Love that! I was already aware of the concept of REM with Body font size for design system purpouse but never thought about how to implement it in webflow for responsiveness! Greate video :)
@ArnauRos Жыл бұрын
Thanks for watching Caio!
@mdalamgirkabir27512 жыл бұрын
I am confused !! what is the best for responsive EM or REM?
@someonetookmynick2 жыл бұрын
was just looking for an explanation about this last week, thanks Arnau!
@iamshirleyt2 жыл бұрын
Thanks! I converted to percentages a while ago but was still applying pixels to fonts
@BetterToday-y Жыл бұрын
Insanely useful video, thanks!
@ArnauRos Жыл бұрын
Glad it was helpful!
@shiraz3209 Жыл бұрын
Thank you for this video! It's very helpful for me as a beginner.
@Xavier.Cubbin2 жыл бұрын
Thanks for this video, it's been super useful for me ! Please keep up the good work !
@Alexaaaaxyz2 жыл бұрын
Thank you so much for this video!! I finally understand how it works and how it is used
@Leon-dv5mz Жыл бұрын
Great Video! Could you give us the link for the template so we can try it by ourselvs to convert the pixel website to a responsive one 🙏
@rickbossenbroekАй бұрын
Pro tip: If you use this piece of code, you can make it easier to “convert” it to REM. html { font-size: clamp(62,5%, 1vw, 75%); } 62,5% equals 10 out of 16. So instead of figuring out the right REM value, you just devide the Figma value by 10. 10 Rem = 100 pixels. And due tot the clamp to 75%, the website even scales a bit for larger screens.
@ArnauRos21 күн бұрын
nice ! thanks for this
@EnderEclipz Жыл бұрын
OH my goodness! thank you so much for the tutorial. Very helpful!
@ArnauRos Жыл бұрын
Glad it was helpful :)
@JanThomassen-x5q Жыл бұрын
What is the purpose of REM if it is based on pixels? I understand that you can affect everything equally just by changing the root element value from for instance 16px to 20px, but other than that?
@ArnauRos Жыл бұрын
REMs are great for accessibility, when the user decides to change the way the site looks your design will scale with it
@seatslider6 ай бұрын
What about the pitcure on the right that disappears on smaller phone viewport? Where is it going?
@ArnauRos6 ай бұрын
it gets so small that you cant see it anymore, if you use rems or % its better
@johnleighdesigns2 ай бұрын
ive been trying to create a hero section with large background image with text on lext side and main image content on right - im going to try the REM approach though noticed in your mobile breakpoints you got rid of the image completely - guessing thats just a style choice
@jo69123 Жыл бұрын
How do you import Figma Effects or complex SVG elements created in Figma into webflow effectively?
@ArnauRos Жыл бұрын
You can export svgs in Figma and upload as an image
@sinanouri503511 ай бұрын
Thanks for the tutorial, Do you use REM for all your projects? or are there specifics?
@ArnauRos11 ай бұрын
i always use rem, never pixels anymore. sometimes vw and %
@ejugwucletus42689 ай бұрын
thank you bro u saved me a lot of stress
@ArnauRos9 ай бұрын
here to help!!
@LaraColor-g4p10 ай бұрын
super helpful. thank you!
@ArnauRos10 ай бұрын
Glad it was helpful!
@seb-astian-design Жыл бұрын
can u tell us how to get into the x-ray mode?
@ArnauRos Жыл бұрын
shift command x!
@tristenvukelich5280 Жыл бұрын
Why did you place a text div inside of your lef div. Why not directly place your elements into your left div?
@ArnauRos Жыл бұрын
I could've done that as well! It would've been easier to click on the div and spawn in the element I wanted, I just took the long approach.
@createwithshanice8 ай бұрын
Tell me why I thought all the other units were dumb and that pixels are the best. Now I realize this is why I'm struggling with site restiveness
@ArnauRos8 ай бұрын
happens to all of us!
@kazim6957 Жыл бұрын
very helpfull thank you so much for explaining 🙏
@ArnauRos Жыл бұрын
Thanks Kazim!
@mateusvidal31872 жыл бұрын
Wow!! What amazing video, haha Do you use this logic in every responsive building or there are some exceptions?
@abdul_wahab02 жыл бұрын
i wish you have millions subs its worth content 😍
@mikerumble472 жыл бұрын
Hugely helpful!
@vicbarreto28662 жыл бұрын
very helpful, thank you so much!!!
@eslamdiaa8532 Жыл бұрын
Can we do our designs in pixel then convert it to rem at the end ?
@ArnauRos Жыл бұрын
sure!
@goldenant9450 Жыл бұрын
i cant seem to find an answer as to how to actually take advantage of rem being responsive . by default 2 rem on desktop remains 2 rem on mobile. i've used a clonable site and seen it change, but how do you set this up? im missing that key piece of info. and is it only responsive per different breakpoints or is it responsive per screen size (ie iphone12max vs iphone se)
@ArnauRos Жыл бұрын
Bascially, REM allows your site to scale according to the root html element. This is set by default by the user's preference inside the browser. By default most people's will be 16px. Let me know if that helps
@goldenant9450 Жыл бұрын
thanks for the reply. i've learned a lot this week about rems and have a bit more understanding. i was expecting that if i used rems in webflow, as the designer i would see differences in the webflow side panels - like it would automate my workflow in a way - this is bc i assumed the root size for desktop and mobile were different (creating a scale down that i could see in the styles panel as the designer). But it seems it doesn't change your workflow at all. its strictly about the end users browser settings. is this correct?
@danielgriffiths40312 жыл бұрын
Great content!
@jevgenisuija10 ай бұрын
Great!
@ArnauRos10 ай бұрын
Glad you lkied it!
@goldenant9450 Жыл бұрын
i don't understand how REM is better from you demo. you're still choosing one static size. If i set a font or image to 1 rem, it remains 1rem (16px) as you adjust the screen size. just as it would if you used 16px. I do understand REM is responsive in the case where a user may chose larger/smaller test from their device, but you didn't mention this. Is there more to it?
@momenahmed76762 жыл бұрын
thanks for video Arnau, Can u do one about best chrome extentions please 😸
@ArnauRos2 жыл бұрын
I have one already! :)
@artech55392 жыл бұрын
Bro what do you think about Bias concepts in ux.designing. Is it just a thing that we need to know as ux designer (or) Do we need to consider it as part of everything in the whole ux journey ?
@ArnauRos2 жыл бұрын
Defintely important! Might make a video :)
@artech55392 жыл бұрын
@@ArnauRos that would be great, and I appreciate that bro.
@j.espinosa2 жыл бұрын
Muy interesante el vídeo y útil. Una pregunta Arnau, no te referías a EM's en lugar de REM's para que el texto escale responsivamente?
@ArnauRos2 жыл бұрын
EM solo es relativo al parent element, REM se refiere al root html.
@j.espinosa2 жыл бұрын
@@ArnauRos Entonces cuando debería usar REMs o EMs? Y porque usarias EMs en algunos casos?
@vesto68642 жыл бұрын
Thanks 😊
@angelova.nikoleta.design7 ай бұрын
I find it easier using em for margin and padding ngl but the conversion from px is a bit of a hassle 😂
@ArnauRos7 ай бұрын
it takes time yep! worth it though
@bv299910 ай бұрын
Seems to me that a company like WebFlow could just have a universal setting to construct in unit of your Choice with ability to modify individual components if needed. ie - just click the "Prefered Unit = REM" button
@ArnauRos10 ай бұрын
I wouldve preffered that
@jayellwood Жыл бұрын
Schlap them keys 😂
@frankbutler6503 Жыл бұрын
Hey Arnau, a good video. Thanks for that. But I can‘t really follow your voice, because I only hear the restless background. :-(
@ArnauRos Жыл бұрын
Sorry about that Frank, take a look at some of the newer videos they are better sounding
@DiegoAlexanderOfficial Жыл бұрын
But you didn’t really explain why you chose rem instead of percentages and why that even exists. It was also unclear why you changed all of the margins to rem? Explanation felt a little scattered and incohesive for me.
@ArnauRos Жыл бұрын
Apologies for that - REMS are great for accessibility standards. It’s size is based off the root html element, which means if the user decides to increase font sizes in their browser settings your site will scale for them. Not only that but it will make your building easier as it will scale the designs accordingly to the root html size. Hope this helps!
@LordJHouse Жыл бұрын
Great advice, however, I could only make it through part of the video due to the music in the background. It gets kinda chaotic and stressful listening to both while trying to learn something new. In any case, I like the subject matter of the videos you've been putting out.