Sangeeth Sudheer

Results 26 comments of Sangeeth Sudheer

Yeah, that definitely seems like a quirky thing happening w/ Safari. I couldn't come up with a repro but it seems to go away if you remove `margin-bottom` on `.social-icons`....

Wanted to add my 2 cents to this since I think there's quite a lot of stuff going on here: 1. I personally think it's better not to add special...

@OleMussmann > The code is indeed pretty horrible. It's the first thing that worked, to have a basis for discussing. I'm happy to clean it up and comment it well...

@tomfran Re: `.Attributes`, this is the feature we were discussing: https://gohugo.io/content-management/markdown-attributes/ So to customize images, we can write markdown as follows: ```md ![](https://example.com/foo.png) {width=200 height=200 compress=false} ``` These attributes are...

@OleMussmann I'm not sure if something changed with Chrome recently but I'm seeing the content shifts you referred to. At first I thought this was just isolated to incognito/guest profiles...

#102 should fix the layout shifts for sure. I guess along with this, can incorporate a change to remove `loading="lazy"` and `fetchpriority="high"` for the first 1-3 images as discussed. I've...