Ishaq Ibrahim

Results 18 comments of Ishaq Ibrahim

Hey @balazsorban44! I've submitted [a PR](https://github.com/vercel/next.js/pull/42158) that fixes this issue. Would be great if you could review it and if satisfactory, let me know of any due diligence I might...

Yeah seems to be a handy pattern. I'll look into where it would be best to put this and how it would be interfaced with.

@ShockTr At least for me, the shimmer effect does seem to be working in the example you've linked. Try opening the link in an incognito window and refreshing the page...

@ShockTr the video you've shared - that is exactly how the component is supposed to behave with the 'shimmer' effect. If you look at the code, you will see that...

@imPrathamDev the v13 next/image component handles the blurring effect differently as compared to the 1 Mb size image to the blurDataURI (which would take as long as the original image...

@alextenczar can you share the code for your app (or if it's big/private, create a small code sandbox that reproduces the issue)? I'll try to look into why the blurred...

@imPrathamDev @alextenczar @Panix-dev so here's what I've understood after some digging around. The way you're expected to use the _blurDataUrl_ property on the Next/Image component has changed with nextjs v13....

@alextenczar is there a reason you're using getServerSideProps and not doing SSG with getStaticProps? Your use case seems to suggest that you'd be better off generating your pages at build...

@styfle I've added the test and verified that it's passing.

@styfle Thanks! Please feel free to throw any other issues my way - I'm looking to spend a lot more time contributing to this awesome project (and by doing so,...