init
This commit is contained in:
16
src/components/videos/OneIsToOne.tsx
Normal file
16
src/components/videos/OneIsToOne.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from "react";
|
||||
|
||||
export default function OneIsToOne() {
|
||||
return (
|
||||
<div className="overflow-hidden rounded-lg aspect-square">
|
||||
<iframe
|
||||
src="https://www.youtube.com/embed/dQw4w9WgXcQ"
|
||||
title="YouTube video"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
className="w-full h-full"
|
||||
></iframe>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user