-
-
Notifications
You must be signed in to change notification settings - Fork 0
Image Gallery Demo #3
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
base: main
Are you sure you want to change the base?
Conversation
@stacyk Do you happen to have the images you used in the gallery locally? If so, can you add them to this PR? I could download from CodePen, but figured that's the hard way. |
yes I do. I will add them |
#dialog-credit { | ||
position: absolute; | ||
bottom: 0; | ||
width: 100%; | ||
backdrop-filter: blur(1em); | ||
color: white; | ||
font-size: 0.75em; | ||
margin: 0; | ||
padding: 0.5em; | ||
a { | ||
color: white; | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stacyk These styles work, but feel free to improve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesnw I just pulled and tested. I have to update a fe things (scrollbars are showing in dialog now). Wanted to give you a quick update since I didn't have a good report at sprint planning this morning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still have a tiny bit more to clean up in the demo (Safari)
I just had to stop and start it again. It's looking good.
No description provided.