Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Performer images are cut off in the performers page #349

Closed
WithoutPants opened this issue Feb 4, 2020 · 0 comments · Fixed by #355 or #358
Closed

[Bug Report] Performer images are cut off in the performers page #349

WithoutPants opened this issue Feb 4, 2020 · 0 comments · Fixed by #355 or #358
Labels
bug Something isn't working
Milestone

Comments

@WithoutPants
Copy link
Collaborator

Describe the bug
Performer images are not resized according to the bounding box of the performer card. The image is centred meaning that the top of the image is often cut off.

To Reproduce

I've used this image, which I'm aggressively cropped to demonstrate the issue (2.34:6).

image

Set this as the image for a performer, then view the performers page. The performer image is shown like this:

image

Workaround

This custom css fragment crops from the bottom of the image, rather than the top:

a.performer.image {
 background-position: top !important;
}

Expected behavior

The image should be resized to fit within the boundaries of the performer card, with no cropping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant