main ← Stash-KennyG:fix/performer-poster-backdrop-stash-v0.31.1
opened 01:16AM - 16 Apr 26 UTC
## Summary
Compatibility fix for **Stash v0.31.1** (no change to plugin tuning: …opacity, blur, Y-offset, per-performer overrides).
## Problem
Core UI now renders `BackgroundImage` (`.background-image-container`) inside the same `.detail-header` as the plugin’s `.pb-hero`. With both present, the header looked like a double stack and pushed performer details down.
## Solution
- Add `pb-has-hero` on the header when the hero is shown; remove it in `removeHero`.
- CSS: hide `.background-image-container` when `.pb-has-hero` is present.
- Clear hero/class when the poster image is missing.
- Version **1.0.4**; README note about interaction with Stash’s *Enable performer background image*.
## Testing
Manual check on performer page with plugin enabled (v0.31.1-style DOM).
Made with [Cursor](https://cursor.com)