diff --git a/_posts/2024-07-27-now-we-have-embeds.md b/_posts/2024-07-27-now-we-have-embeds.md new file mode 100644 index 0000000..d57461c --- /dev/null +++ b/_posts/2024-07-27-now-we-have-embeds.md @@ -0,0 +1,22 @@ +--- +layout: post +title: Now we have embeds! +description: Kinda, but here's how I did it. +tags: Website Updates +--- + +Hello! +You might've come here from [my website.](https://www.scottnewman.xyz) + +On the "Latest News and Updates" section, I have made a pseudo-embed (that's because i don't really count it as one, but make of it what you will.) + +I used your typical HTML5 iFrame. +Here's how i did it. + +```` + +I've included the `height` and `width` instead of the default size, so that the first recent post can be seen. + +As funny as it sounds, `scrolling="no"` actually works. + +`* P.S. My website, as well as this blog, are both open sourced on my Github.` \ No newline at end of file