Closed joshdarby closed 4 years ago
When do we get to style this?
Not sure, but we should plan for attempted content overflow. Right now, iframes come in with width="771px"
, and that's distorting the grid:
max-width: 100%
on iframes and pictures would fix this.
What issue pertains to the mobile version?
I don't think there's a separate item for this. At 770px and below, we could:
partials/project-base.php
, move the holder before the list, so that on slow connections the loaded project displays first, before the listhtml:not(.no-js)
, hide the holderopen
class or jQuery .show()
to unhide the holder and reveal both the held and the "close" button
Changes
This pull request makes the following changes:
project_id=ID
query paramWhy
For #125
Testing/Questions
Features that this PR affects:
Questions that need to be answered before merging:
Steps to test this PR: