Skip to content

Commit

Permalink
set canvas image object-fit to fit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Jun 4, 2024
1 parent 6b2908c commit 6e56ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/body/microscope_feed/indexElements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from "styled-components";
export const Canvas = styled.canvas`
height: 100%;
width: 100%;
object-fit: fill;
object-fit: fit;
object-cover: cover;
cover: contain;
`;

0 comments on commit 6e56ae2

Please sign in to comment.