Vipul Gupta
Vipul Gupta
Hi @talldan, Raised a [PR](https://github.com/WordPress/gutenberg/pull/61585) to fix this issue. Thanks.
> First of all, this is a good PR and would be a welcome addition I think. But it does highlight some confusing aspects of this block that we should...
Hi @t-hamano, Thanks for reviewing this. Regarding the "Archive Title," I believe it should be editable, but as there was no request for adding that, I updated only for the...
@jasmussen Thanks for the feedback! I'll work on these changes, or if you'd like to make any updates yourself, feel free to do so 😄. Currently, I'm trying to find...
Hi @jasmussen, I have removed the `ResizeObserver` from this component and refactored the logic using CSS. I also added a min-height for the small variant. @t-hamano, I have implemented the...
@t-hamano I tried to integrate that code [here](https://github.com/WordPress/gutenberg/blob/8fc3df806a7e3494937477155fad18f92fdb9538/packages/block-library/src/image/image.js#L592-L600), but since it is defined within the Image component, which isn't rendered on the first load, the inspector controls aren't visible. Alternatively,...
Thanks @t-hamano I have worked on it as per your suggestion. I apologize for the delay, it was a busy week. Could you please review the changes at your convenience?...
Hi @t-hamano, I've updated the logic as you suggested. I used the reverse logic for the small container to prevent the initial flash of content. However, I noticed that this...
Thank you so much @t-hamano for your suggestions and for helping me move this forward 🙏. I’ve made the necessary changes, I’ll also try to address fixing the flashing issue...