feat: preview image with pre-cache
This commit is contained in:
@@ -6,7 +6,9 @@ const Styled = styled.div`
|
||||
position: relative;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
img {
|
||||
> img {
|
||||
max-width: 480px;
|
||||
cursor: zoom-in;
|
||||
object-fit: cover;
|
||||
}
|
||||
.overlay {
|
||||
|
||||
Reference in New Issue
Block a user