We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
code is based on css 100vw would like to specify (responsive) width of display container
The text was updated successfully, but these errors were encountered:
I do this for mobile: /* src/styles/modal */ @media screen and (max-width: 481px){ #zuck-modal-content .story-viewer .slides .item > .media { width: 100%; height: unset; position: absolute; left: unset; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: auto; } }
/* src/styles/modal */ @media screen and (max-width: 481px){ #zuck-modal-content .story-viewer .slides .item > .media { width: 100%; height: unset; position: absolute; left: unset; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: auto; } }
For desktop I keep original as it is, i.e. height: 100%
Sorry, something went wrong.
btw nice comments you've got going in the src files. @ramon82 I Said Maybe, i read them all.. ( ͡° ͜ʖ ͡°)
No branches or pull requests
code is based on css 100vw
would like to specify (responsive) width of display container
The text was updated successfully, but these errors were encountered: