oh my god, you are cool, this is what I have been tackling for more than 2 weeks. Thank you so much
@darkraysha3927 Жыл бұрын
Dankeschön war echt hilfreich
@kertosyt Жыл бұрын
so my brain is furiously asking me right now , what if you want to , set an image height, at 100vh , and width at 100% of the container, but instead of letting the image stretch , you want to set the image to crop according to the size of the container , while respecting the aspect ratio, could it be done by loading a an image that is bigger than the container, set the center of it as the center of the container and have the container hide and show parts of the image as the size changes?
@KevinBeal-u9f Жыл бұрын
Great tutorial, but would really love if the audio wasn't mono to just the left
@wcris007 Жыл бұрын
THANK YOU SO MUCH FOR THIS just subbed and liked the video :D
@machadoviewer Жыл бұрын
Thank you, it was very helpful!!
@ghulamilyas6020 Жыл бұрын
thanks alot bro
@TylerThomas Жыл бұрын
so basically padding-top: img(height) / img(width) Is there an auto for this?
@TylerThomas Жыл бұрын
bravo
@atuc7750 Жыл бұрын
Tks broo very much, it worked
@na5108 Жыл бұрын
THANK YOU!!!! why can't any of the other videos be as straight forward as you, DEAR LORD!
@samrathchauhan1271 Жыл бұрын
this is a legendary video, wasted 20-30 minutes on other videos but this is the real deal and in just 3 mins ^-^
@winstreakpro2397 Жыл бұрын
I was learning the css and it was amazing and understandable than long videos but the only thing that i was struggling and didn’t get it was box boder amd box sizing Thank you so much for your tutorial ❤🎉
@eherman810 Жыл бұрын
❤️👍 thank you so much bro
@vivektamore85542 жыл бұрын
<style> .child{ width:100px; height: 100px; background-color: aqua; margin: 1em; } .child.active{ background-color: blueviolet; } </style> </head> <body> <div class="container"> <button onclick="createEl()">Click me to add</button> <div class="parent" id="home"> <div class="child"></div> </div> </div> </body> <script> let parentEl = document.querySelector('.parent') function createEl() { let CreatedEl = document.createElement('div'); CreatedEl.className = 'child'; CreatedEl.innerText = 'hello' parentEl.appendChild(CreatedEl); showlopp() } function showlopp() { let childEl = document.querySelectorAll('.child') // let parEl = document.getElementById('home') // parEl.addEventListener('click', e =>{ // if(evt.target.className === 'child'){ // console.log('parent element') // } // }) console.log("-------Show loop---------") for (let i = 0; i < childEl.length; i++) { console.log(childEl[i]) childEl[i].addEventListener('click',() =>{ childEl[i].classList.toggle('active') console.log(childEl[i]) }) } } showlopp(); </script> plz help to find out why class are added clicked @5-min Web-Dev
@jitenanand95352 жыл бұрын
This event propagation system is there in javascript to handle same event handler attached to both the parent and child. if the event fires who will first receive the event, parent or child?
@zahidshaikh31222 жыл бұрын
Now I understood this concept clearly, Thanks Bro!.
@DaveGalligher2 жыл бұрын
Nice job, thanks.
@vijaykumarreddyt32872 жыл бұрын
Don't stop , Dude
@jitenanand95352 жыл бұрын
The fact that every DOMElements inherits from this eventTarget object it becomes confusing to to have a symantic difference between eventEmitter and eventTarget . The eventTarget object can be extended to create two different types of objects as eventEmitter and EventTarget to create a symantic difference.
@gmontano792 жыл бұрын
Could you make video on layout
@mintifu16582 жыл бұрын
sadge, I realized dude stop creating new content 4 years ago
@samuelg.24602 жыл бұрын
Dude you need to try cardio. Otherwise love "the 5 min" stuff, short and clear. Thanks!
@SonGoku-pc7jl2 жыл бұрын
thanks! good tip! :D
@mahmudx2 жыл бұрын
I love how you pronounce **Hoisted**.
@joshuwa39532 жыл бұрын
Can someone explain why we need a class container I replicated the same thing without that class and got the exact same dimensions
@EJ-jh1vf2 жыл бұрын
someone make a compilation of just the breathing sounds
@bob_bobsen2 жыл бұрын
are you Web Dev Simplified but before the glow up
@aaroncross60752 жыл бұрын
Whaaat?! D:
@marc.laurin2 жыл бұрын
u r a fkn god m8
@jorgegonzalez47202 жыл бұрын
You say there's a compile phase, but I thought JS was an interpreted language, meaning the interpreter looks line-by-line, no?
@gbk_creations2 жыл бұрын
Go slowly it is better
@vishalverma52802 жыл бұрын
You made it possible to sum up a complex topic. Bring a part 2 for avoiding the common mistakes we should avoid during event programming. Thank you so much.
@ravihashimi38892 жыл бұрын
thank you
@hemantchaudhari52612 жыл бұрын
i really like your way to teach ,i understand all which you tell in video
@hemantchaudhari52612 жыл бұрын
what is callback function ?
@hemantchaudhari52612 жыл бұрын
what is event.target ?
@hemantchaudhari52612 жыл бұрын
differnce between axios and fetch in react
@taz23922 жыл бұрын
This has helped so much thank you.
@user-wc1sm8cj8s2 жыл бұрын
The first time I encountered this makes me scratch my head. Coming from Python3 background, if you haven't defined something yet, you can't access it. In JS, you can, it's so weird. Thanks for this video, but still, I won't use this feature (just like you said).
@josephemmanuel40892 жыл бұрын
Clear and precise. Thanks
@lycan24942 жыл бұрын
ok that breathing is annoying asf ngl
@quocminhtrungthach11622 жыл бұрын
My god, thank you for this
@jenso4132 жыл бұрын
great explanation! thanks!
@RINKUVERMA-gv6tp2 жыл бұрын
kzbin.info/www/bejne/fZuueqGsqLB0d8U Watch this video this is very helpful
@narmadhadevi81672 жыл бұрын
That was a very clear explanation I got, that too in just 5mins😯🔥.. Please start uploading videos with your awesome way of explaining stuff🙏