| 开发者 | seamonsterdeneb |
|---|---|
| 更新时间 | 2026年3月24日 06:31 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
<img> tag into a clickable lightbox trigger.<a> tag pointing to a PDF into a lightbox trigger.spinnaker-dialog-lightboxes.zip in your Wordpress plugins dashboard.No. Spinnaker works by adding CSS classes and optional data attributes directly to your images and links, making it fast and easy to use.
Yes. You can modify the background and text color of the download and close buttons (white text on black background by default) by setting your colors in your site's styles with selectors of 'dialog>.spinnaker-close-button' and 'dialog>.spinnaker-download-button'. If your light brand color has good contrast against black, like light blue (#91ccef) for example, you could set these styles in the customizer:
dialog>.spinnaker-close-button, dialog>.spinnaker-download-button{
color: #91ccef
}
dialog>.spinnaker-close-button:hover, dialog>.spinnaker-download-button:hover{
background: #91ccef;
}
Yes. Accessibility is a core feature. Spinnaker uses a native HTML <dialog> element, manages focus correctly, and provides screen reader-only text to ensure a great experience for all users.