-
This comes from https://github.com/mdn/yari/issues/1734#issuecomment-731337332
If you have
```html
```
It looks good:
on http://localhost:3000/en-US/docs/Learn/CSS/First_steps/What_is_C…
-
Styles added to the `Image` component get applied directly to the inner `img` element. However some of the most common styles you would usually apply to a regular `img` are position related (eg. width…
-
Loading a site results in a flash of content and thereby a bad cumulative layout shift. I suspect the hydration to be responsible for that.
![Bildschirmfoto von 2020-08-28 13-58-53](https://user-im…
-
Cumulative Layout Shift (https://web.dev/cls/ ), which defines how much the bits on the page 'move around' while loading is 0.19, which exceeds the Google recommendations for mobile.
-
**What is layout shift:**
A "layout shift" is when loading a page, the content moves. For example, linking to the bottom of a long page of documentation with many images will show the correct secti…
-
Hi,
Are there assertions for cumulative layout shift and largest contentful paint ?
however I gave a try for cumulative-layout-shift and largest-contentful-paint which did not work.
Thankyou
-
I'm moving the discussion here: https://github.com/mdn/yari/issues/1798 about scales.
Besides, in `en-US` alone there are 1,921 images that have their width and height set as inline style attribut…
-
:clipboard: **Description**
What about the Lighthouse Metric Numbers and the Core Web Vitals?
Anyone working on these Badges?
-
When the logo image loads, it pushes the members pictures down. Sometimes, the logo loads after the initial members load. If I am about to click a particular member, it will jump down by the time I cl…
-
I should maybe set the images' max-height attribute to their height in pixels. As it is now, the srcset attribute causes them to ALWAYS fill the screen width even if they are actually shorter than tha…