From 21ca2e29f9d957ceb39505ec9fde20495fb9a91a Mon Sep 17 00:00:00 2001 From: scotty Date: Sat, 27 Jul 2024 09:43:56 +0300 Subject: [PATCH] Create 2024-07-27-now-we-have-embeds.md --- _posts/2024-07-27-now-we-have-embeds.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _posts/2024-07-27-now-we-have-embeds.md 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