You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: smart image preloading with build-time extraction and runtime scheduling
Extract image URLs at parse time from all sources (frontmatter, markdown,
Vue component props, CSS url()) and store in `images[]` on SlideInfoBase.
This field survives build-mode content stripping.
Build-time: generates `<link rel="preload" as="image">` tags in HTML head.
Runtime: navigation-aware composable preloads current + ahead window
immediately, then all remaining slides after 3s.
Configurable via headmatter `preloadImages` (default: true).
Supersedes slidevjs#2450 with comprehensive coverage.
0 commit comments