Hi, my latest course is out now (Professional React & Next.js): bytegrad.com/courses/professional-react-nextjs -- I'm very proud of this course, my best work! I'm also a brand ambassador for Kinde (paid sponsorship). Check out Kinde for authentication and more bit.ly/3QOe1Bh
I was struggling so much learning this Image container. I was surprised to see you made a video about this topic. Felt like you made it for me. don't stop making videos about nextjs. You are helping me a lot. Thanks a lot.
7 months later and now ImageKit's free tier is much less generous than it previously was, not to mention that moving up to their lowest cost paid plan is almost twice as expensive.
Amazing video! One question - how does the h-auto work on the masonry effect if the fill layout mode of the Next.js image sets the image to cover absolutely? The height of the containing div collapses to zero for me.
Hey thanks for your video! Quick question, your media library doesn't show the file format. Is there some setting you have on that makes it behave this way? In your video, your source for the image is "stockprices" instead of "stockprices.jpg". I tried to upload my images to imagekit, but when ever I leave out the file format (.png in my case), the images wont show up. Any ideas?
If we don't want to use the loader thing, i.e. want to keep the image component server side, how can use set srcSet? I know that nextjs will automatically handle that, but if we're using transformation using the URL(query parameters for imagekit) and want to display different url for different sizes, how would nextjs know how to transform the images?
like what the actual FUCK this video changed my life i was struggling alot with next Image and i didn't know we get all those features from it thank u brother i really appreciate it
When I make a web app having a container with many cards in it there I face many problems like when I resize my screen the images lose their quality and aspect ratio is not maintained. How to solve this problem please guide or make a separate video on it using nextjs I will be grateful to you!!
I don't believe so, it's proprietary storage/functions solutions that we are using when we deploy to vercel. You would need to write your own services to process the images and make them available through your own storage layer.
Hi I wanna add an e-commerce store app for my portfolio. I wonder which react stack is solid for it in 2024. Can someone suggest something? As a back I would prefer Firebase, also for styling scss+mui but need recommendations about state manager and other technologies and tools. Thanks!
Hi, my latest course is out now (Professional React & Next.js): bytegrad.com/courses/professional-react-nextjs -- I'm very proud of this course, my best work!
I'm also a brand ambassador for Kinde (paid sponsorship). Check out Kinde for authentication and more bit.ly/3QOe1Bh
I was struggling so much learning this Image container. I was surprised to see you made a video about this topic. Felt like you made it for me. don't stop making videos about nextjs. You are helping me a lot. Thanks a lot.
good
This is premium content, it feels illegal to watch for free. Thank you for sharing, images are the hardest pain point for me
Enjoy!
Give him a super thanks then...
Technically every video is not free, you pay your attention to this very specific video and the cost is your time. Nevertheless, good video.
good
@@jsbr yes
You are a brilliant teacher.
7 months later and now ImageKit's free tier is much less generous than it previously was, not to mention that moving up to their lowest cost paid plan is almost twice as expensive.
That is a good explanation; I came across your video when I checked the Nextjs and VPS with the docker video. Well done!!
amazing video. i wish i had this video 1 year ago. now i know i messed up a lot back then
Great explanation! Was looking for tutolial like this for several days
Amazing video! One question - how does the h-auto work on the masonry effect if the fill layout mode of the Next.js image sets the image to cover absolutely? The height of the containing div collapses to zero for me.
were you able to find a workaround ?
Hey thanks for your video! Quick question, your media library doesn't show the file format. Is there some setting you have on that makes it behave this way?
In your video, your source for the image is "stockprices" instead of "stockprices.jpg". I tried to upload my images to imagekit, but when ever I leave out the file format (.png in my case), the images wont show up.
Any ideas?
been using the imagekit free plan for 4 years without issue
Thank you for this instructive content!
If we don't want to use the loader thing, i.e. want to keep the image component server side, how can use set srcSet? I know that nextjs will automatically handle that, but if we're using transformation using the URL(query parameters for imagekit) and want to display different url for different sizes, how would nextjs know how to transform the images?
You helped me a lot, thank you!
Awesome video !
like what the actual FUCK
this video changed my life i was struggling alot with next Image and i didn't know we get all those features from it
thank u brother i really appreciate it
What if I want to give blur placeholder in a next/image that has a dynamic src
When I make a web app having a container with many cards in it there I face many problems like when I resize my screen the images lose their quality and aspect ratio is not maintained. How to solve this problem please guide or make a separate video on it using nextjs I will be grateful to you!!
Thank you so much
Hi, I have still an issue: How to upload image ? (need transform, before upload too).
Is this feature available when deploying outside Vercel?
I don't believe so, it's proprietary storage/functions solutions that we are using when we deploy to vercel. You would need to write your own services to process the images and make them available through your own storage layer.
In the masonry secrtion, video does not tell us how to use that metadata api for height, it just cuts abruptly can anyone help how to?
Thank you sir ❤❤❤❤
Awesome video I learned a lot thanks
Hi I wanna add an e-commerce store app for my portfolio. I wonder which react stack is solid for it in 2024. Can someone suggest something? As a back I would prefer Firebase, also for styling scss+mui but need recommendations about state manager and other technologies and tools. Thanks!
Supabase does the same with optimizing images
Wow thank you, Image has always given issues
U are underrated 😢
yesterday i had to remove optimization in production, never could it make it work :/
I hate Image ... always struggling to replicate the same ui with this component