Commit 5e4815e
committed
Fix PhotoSwipe captions with official dynamic caption plugin
Root Cause:
- PhotoSwipe v5 removed built-in caption support from v4
- Custom captionContent callback (lines 223-232) doesn't exist in v5 API
- Captions silently failed because option was ignored
Solution:
- Install official photoswipe-dynamic-caption-plugin@1.2.7
- Replace broken callback with plugin initialization
- Plugin uses v5's ui.registerElement() API internally
- Type 'auto' = aside on desktop, below on mobile
Technical Changes:
- Import plugin + CSS (lines 193-195)
- Remove broken captionContent callback
- Add plugin init before lightbox.init() (lines 230-236)
- Update CSS to target .pswp__dynamic-caption class
- Egyptian design system colors applied (!important for plugin override)
Testing:
- Click any photo in /portfolio/statsbomb gallery
- Caption should display with TODO text
- Verify dark semi-transparent background
- Check mobile (caption below) vs desktop (caption aside)
Next Step: Replace 13 TODO captions with personal context from
docs/plans/statsbomb-photo-captions-context-needed.md
Story Points: 3 (library-first solution, reversible)1 parent 5d2cd83 commit 5e4815e
3 files changed
+27
-22
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
| 196 | + | |
193 | 197 | | |
| 198 | + | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| |||
217 | 222 | | |
218 | 223 | | |
219 | 224 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | 225 | | |
233 | 226 | | |
234 | 227 | | |
| |||
237 | 230 | | |
238 | 231 | | |
239 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| |||
0 commit comments