meganesu / personal-site-v2

The Gatsby site that deploys to meganesulli.com
https://meganesulli.com
MIT License
2 stars 0 forks source link

Create BrowserWindow wrapper component for rendering screenshots #93

Closed meganesu closed 1 year ago

meganesu commented 1 year ago

Background

Currently, it's hard to tell where a screenshot image starts and stops. (Especially if there's whitespace at the edges, like the image below.)

A blog site with three links to blog posts, on a white background

This ticket handles creating a visual wrapper component that can be used to render screenshots in a fake browser window, to make it easier to differentiate the image from the background.

Acceptance Criteria

The BrowserWindow component should take the following props:

A screenshot of the new BrowserWindow component, which wraps the image above in a fake browser window

Resources

Codepen CSS prototype