Skip to content

Commit

Permalink
Video
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasSchaeuble-EH committed Oct 29, 2023
1 parent 312a17a commit f5cfd4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added frontend/public/Lunch.mp4
Binary file not shown.
4 changes: 4 additions & 0 deletions frontend/src/App.js
Expand Up @@ -60,6 +60,10 @@ function App() {
const Wrapper = () => {
return (
<div>
<video width="100%" autoPlay loop muted className="non-clickable">
<source src="/Lunch.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<Scheduling
groupSize={groupSize}
timeSlot={timeSlot}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/SCSS/navigation.css
Expand Up @@ -18,6 +18,7 @@
/* Optional: Added transition for smoother display changes */
border: 1px solid rgba(80, 102, 113, 0.75);
border-radius: 10px;
z-index: 10;
}
.hidden {
display: none;
Expand Down

0 comments on commit f5cfd4a

Please sign in to comment.