Skip to content

docs: add docusaurus-plugin-native-ideal-image to community plugins#12210

Open
Legend-Master wants to merge 2 commits into
facebook:mainfrom
Legend-Master:patch-1
Open

docs: add docusaurus-plugin-native-ideal-image to community plugins#12210
Legend-Master wants to merge 2 commits into
facebook:mainfrom
Legend-Master:patch-1

Conversation

@Legend-Master

@Legend-Master Legend-Master commented Jun 28, 2026

Copy link
Copy Markdown

Pre-flight checklist

  • I have read the Contributing Guidelines on pull requests.
  • If this is a code change: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
  • If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.

Motivation

An alternative to the under-maintained official @docusaurus/plugin-ideal-image

Test Plan

Test links

Deploy preview: https://deploy-preview-12210--docusaurus-2.netlify.app/

Related issues/PRs

Totally forgot to add a link to the community plugins after I commented at #10317 (comment)

@meta-cla meta-cla Bot added the CLA Signed Signed Facebook CLA label Jun 28, 2026
@netlify

netlify Bot commented Jun 28, 2026

Copy link
Copy Markdown

[V2]

Built without sensitive environment variables

Name Link
🔨 Latest commit c4c26b6
🔍 Latest deploy log https://app.netlify.com/projects/docusaurus-2/deploys/6a47bc569eb6f20008888829
😎 Deploy Preview https://deploy-preview-12210--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@slorber slorber added the pr: documentation This PR works on the website or other text documents in the repo. label Jul 3, 2026
Comment thread website/community/2-resources.mdx Outdated
- [docusaurus-i18n](https://github.com/moonrailgun/docusaurus-i18n) - Auto-translate docusaurus documents with openai.
- [docusaurus-plugin-glossary](https://github.com/mcclowes/docusaurus-plugin-glossary) - A docusaurus plugin for helping users understand key terms.
- [docusaurus-plugin-cookie-consent](https://github.com/mcclowes/docusaurus-plugin-cookie-consent) - A Docusaurus plugin for allowing users to opt in/out of cookies, and accessing those settings in code.
- [docusaurus-plugin-native-ideal-image](https://github.com/Legend-Master/docusaurus-plugin-native-ideal-image) - A Docusaurus plugin for pre-processing images to multiple formats, sizes and low quality image placeholders, replacing [ideal-image](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-ideal-image).

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤪

BTW maybe you should explain better what you mean by "native", it probably won't be super helpful for many, even after reading. It's hard to understand the difference with our original plugin

Suggested change
- [docusaurus-plugin-native-ideal-image](https://github.com/Legend-Master/docusaurus-plugin-native-ideal-image) - A Docusaurus plugin for pre-processing images to multiple formats, sizes and low quality image placeholders, replacing [ideal-image](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-ideal-image).
- [docusaurus-plugin-native-ideal-image](https://github.com/Legend-Master/docusaurus-plugin-native-ideal-image) - A Docusaurus plugin for pre-processing images to multiple formats, sizes and low quality image placeholders, replacing the official [@docusaurus/plugin-ideal-image](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-ideal-image) through modern browser native [`srcset`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/srcset) and [lazy loading](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img#loading).

Does this sound better to you?

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

Labels

CLA Signed Signed Facebook CLA pr: documentation This PR works on the website or other text documents in the repo.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants