Skip to content

Commit

Permalink
feat: play ingread video without controls
Browse files Browse the repository at this point in the history
  • Loading branch information
micksabox committed Jun 18, 2024
1 parent 2985051 commit e6636e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/blog+/posts+/food-guide/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ScrollIcon } from 'lucide-react'


{/* <img id="img" src='/images/blog/nutritionist-ai-2.png' className="w-full" /> */}
<video id="video" muted playsInline src="/videos/watermarked_video0c3be294294da4ad89c2509dce30c8bb2.mp4" autoPlay controls loop className="w-full" />
<video id="video" muted playsInline src="/videos/watermarked_video0c3be294294da4ad89c2509dce30c8bb2.mp4" autoPlay loop className="w-full" />

# Project INGREAD
### Intelligent Recommendation Agent for Avoiding Fung in Diet
Expand Down

0 comments on commit e6636e0

Please sign in to comment.