-
Notifications
You must be signed in to change notification settings - Fork 0
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
Images in results.php can't be made responsive #2
Comments
i would take a look at it, but i dont get which images you are talking about... are you talking about the portraits? how should it be? |
The portraits on the detail page (not the one with the bargraph, but w/ the detailed results). Ideally, they should resize automatically according to the column width upon resizing the window: right now the complete table always overflows a bit. On the other hand, one candidate has a longer name which might mess up the sizing anyways |
|
the viewport did not work for me. but i noticed different behaviour in chrome compared to firefox. take a look at this: https://stackoverflow.com/questions/18846744/responsive-images-in-tables-bootstrap-3 setting |
yeah, that's what I meant, thats even worse than before ^^ |
So, I tried explicitly making them responsive by using the appropriate tag, which neither worked within the buttons nor the table columns. The old fix of assigning them class='col-xs-12' didn't work either, but resulted in images of varying size. The current workaround is a fixed size that's not too large, which is kind of half-assed.
Any ideas? :(
The text was updated successfully, but these errors were encountered: