fix(expo-hall): contain logos, popup logo + pink accent, deeper zoom#278
Merged
JacobCoffee merged 1 commit intomainfrom Apr 25, 2026
Merged
fix(expo-hall): contain logos, popup logo + pink accent, deeper zoom#278JacobCoffee merged 1 commit intomainfrom
JacobCoffee merged 1 commit intomainfrom
Conversation
* Constrain `.booth-img` to 60% of the booth, anchored near the top so wide sponsor PNGs no longer bleed past the booth border or overlap the printed booth number underneath. * Add a logo thumbnail to the booth-tap popup and a 2px PyCon-pink border so the card reads clearly when it sits over white sponsor booth tiles (HRT, AWS, GitHub, etc.). * Wire static fallback logos for booths that don't come through the sponsor API: PSF (407) → official Python logo, Attendee Lounge (606) → PyCon US 2026 secondary logo. Easy to extend for other community booths. * Bump pinch-zoom max scale to 25× via a polled override on the underlying IvyPinch instance — `@ciag/ngx-pinch-zoom` hardcodes defaultMaxScale=3 and silently ignores numeric `limitZoom` unless the first descendant is an `<img>` tagged with the magic `"original image size"` string. Closes PYMOBIL-115. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix logos and stuff, popup edits, go to sponsor detial page since we added that
Closes PYMOBIL-115.