Skip to content

Commit

Permalink
experiment with styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gumillie222 committed Sep 24, 2024
1 parent 235de41 commit 7da46c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/app/editor/elements/TrainingVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,21 @@ export default function SubmitButton({ url } : { url : any}) {
<p> url: {url} </p>
</div>
);
// return (
// <div style={{ position: 'relative', width: '100%', paddingTop: '70%'}}>
// <h1> Training Video </h1>
// <div style={{ position: 'absolute', top: 0, left: 0, width: '90%', height: '90%' }}>
// <p> url: {url} </p>
// </div>
// </div>
// );
}

// case "video":
// return (
// <div style={{ position: 'relative', width: '100%', paddingTop: '70%'}}>
// <div style={{ position: 'absolute', top: 0, left: 0, width: '90%', height: '90%' }}>
// <TrainingVideo url={element.url}/>
// </div>
// </div>
// );

0 comments on commit 7da46c3

Please sign in to comment.