Skip to content

feat(enhanced-img): add "display: contents" on the picture element#16112

Open
blt-r wants to merge 1 commit into
sveltejs:mainfrom
blt-r:enhanced_img_picture_display_contents
Open

feat(enhanced-img): add "display: contents" on the picture element#16112
blt-r wants to merge 1 commit into
sveltejs:mainfrom
blt-r:enhanced_img_picture_display_contents

Conversation

@blt-r

@blt-r blt-r commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

This is technically a breaking change. Closes #11017.

This allows enhanced:img to be styled as a grid/flex element.


Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.

Tests

  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check

Changesets

  • If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts. Changesets that add features should be minor and those that fix bugs should be patch. Please prefix changeset messages with feat:, fix:, or chore:.

Edits

  • Please ensure that 'Allow edits from maintainers' is checked. PRs without this option may be closed.

This is technically a breaking change. Closes sveltejs#11017.

This allows <enhanced:img> to be styled as a grid/flex element.
@changeset-bot

changeset-bot Bot commented Jun 21, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f7841fb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sveltejs/enhanced-img Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vladshcherbin

Copy link
Copy Markdown

It's also possible to just use a global style for picture 🤔

@blt-r

blt-r commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

well that would affect user's own picture's, i don't think that's desired at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<picture /> elements generated by @sveltejs/enhanced-img cannot be styled

3 participants