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
Fall back to the plain detail layout when the carousel is confirmed empty
- carousel_supported now also checks a cheap cache peek (confirmed_empty):
once a prior fetch found no trailer/photos for an item, later views skip
the carousel grid entirely and render the same plain poster+text layout
used by media types that never support a carousel (e.g. books), instead
of reserving space for content that isn't coming.
- On a cold cache (first-ever view), the carousel grid still renders and
lazy-loads as before; a CSS fallback collapses it to the same
poster-beside-text arrangement if that first fetch turns up empty.
- Fixed a stray whitespace text node after the carousel fragment's
{% endif %} that was defeating the CSS :empty check.
0 commit comments