Skip to content

Conversation

@prklm10
Copy link
Contributor

@prklm10 prklm10 commented Oct 28, 2025

Reverts #1995
We already copy those attributes,

for (let { name, value } of canvas.attributes) {
    img.setAttribute(name, value);
  }

So we don't need the below. So previous was good.

if (canvas.style.maxWidth) {
    img.style.maxWidth = canvas.style.maxWidth;
  }
Screenshot 2025-10-28 at 6 25 36 PM

@prklm10 prklm10 requested a review from a team as a code owner October 28, 2025 12:53
@github-actions
Copy link

This PR is stale because it has been open for more than 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the 🍞 stale Closed due to inactivity label Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍞 stale Closed due to inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants