Skip to content

Commit

Permalink
feat: add video support
Browse files Browse the repository at this point in the history
  • Loading branch information
danilaplee committed Jan 23, 2025
1 parent aaf9a1c commit 7668d83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pexels-grid/src/components/PhotoContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function PhotoContent({
backgroundAttachment: "fixed",
backgroundSize: "contain",
}}
crossorigin="anonymous"
crossOrigin="anonymous"
loop={true}
onClick={goBack}
/>
Expand All @@ -44,7 +44,6 @@ export function PhotoContent({
backgroundAttachment: "fixed",
backgroundSize: "contain",
}}
crossorigin="anonymous"
onClick={goBack}
/>
);
Expand Down

0 comments on commit 7668d83

Please sign in to comment.