Commit c27145e
committed
ui(thumbnail): size at 16:9 halfblock aspect and center vertically
The previous 20x10 image area was 1:1 in effective halfblock pixels,
so 16:9 source thumbnails fit-rendered as a 5-row strip glued to the
top-left corner — "stuck-on" rather than composed.
Resize to 32 cols x 9 rows = 32x18 halfblock pixels = 16:9 exact, so
typical YouTube/SoundCloud thumbnails fill the rectangle without
letterboxing. Wrap in a 34-col outer gutter with 1-char horizontal
margins, vertically centered between Min(0) spacers above and below.
Negative space becomes part of the composition — the image reads as
a deliberate anchor rather than an artifact.
No border/frame: matches looper's existing chrome-light aesthetic
(scatter visualizer is also unframed).1 parent 86a21aa commit c27145e
1 file changed
Lines changed: 26 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
342 | | - | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
343 | 347 | | |
344 | | - | |
| 348 | + | |
345 | 349 | | |
346 | | - | |
| 350 | + | |
347 | 351 | | |
348 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
349 | 369 | | |
350 | 370 | | |
351 | 371 | | |
| |||
0 commit comments