gabrielcsapo / gabrielcsapo/docusaurus-plugin-image-zoom
When there is an announcementBar configuration, image enlargement is overwritten
Open
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
When the announcementBar is configured, the image is at the top of the document, and the image enlargement will be overwritten
```js
themeConfig: {
docs: {
sidebar: {
hideable: true,
autoCollapseCategories: true,
},
},
navbar: {
hideOnScroll: true
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.