We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc5755 commit aaf9a1cCopy full SHA for aaf9a1c
pexels-grid/src/components/PhotoContent.tsx
@@ -26,6 +26,8 @@ export function PhotoContent({
26
backgroundAttachment: "fixed",
27
backgroundSize: "contain",
28
}}
29
+ crossorigin="anonymous"
30
+ loop={true}
31
onClick={goBack}
32
/>
33
);
@@ -42,6 +44,7 @@ export function PhotoContent({
42
44
43
45
46
47
48
49
50
0 commit comments