How to shrink image size on upload for github user-attachments/assets in repo issues?
Summary To address the issue of large image uploads in GitHub issues, we need to implement a solution that automatically shrinks images to a suitable size for web page views. Image compression and resizing are key concepts in achieving this goal. The ideal solution would involve a GitHub Action that triggers when a large image … Read more