File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
app/blog/diffusion-transformer-representation-autoencoder Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,18 @@ export default function DiffusionTransformerRAEProject() {
280280
281281 { /* Article Body */ }
282282 < div className = "px-8 sm:px-12 pb-20" >
283+ < div className = "mb-8" >
284+ < div className = "relative" style = { { paddingTop : '56.25%' } } >
285+ < iframe
286+ className = "absolute top-0 left-0 w-full h-full rounded-lg shadow-2xl"
287+ src = "https://www.youtube.com/embed/P4NnRDlYKHM"
288+ title = "YouTube video player"
289+ frameBorder = "0"
290+ allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
291+ allowFullScreen
292+ > </ iframe >
293+ </ div >
294+ </ div >
283295 < div className = "prose prose-lg prose-invert max-w-none" >
284296 < MarkdownRenderer content = { markdownContent } />
285297 </ div >
You can’t perform that action at this time.
0 commit comments