question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with "Using CSS transforms": broken images

See original GitHub issue

MDN URL: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transforms/Using_CSS_transforms

What information was incorrect, unhelpful, or incomplete?

The images are shown as broken (browser placeholder).

Specific section or headline?

Rotating + Skewing and Translating

What did you expect to see?

The transformed image.

Did you test this? If so, how?

Firefox for Android.

MDN Content page report details

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
escattonecommented, May 13, 2021

@wbamberg FYI, @peterbe and I discussed this over video, and I think we’ve arrived at a better solution going forward. We need to think about it a bit more, but we’ll update this PR with the new approach when we get there.

1reaction
peterbecommented, May 13, 2021

https://yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/CSS/CSS_Transforms/Using_CSS_transforms/_samples_/screen_shot_2016-02-16_at_15.53.54.png doesn’t work but if you remove the /_samples_/ part it works: https://yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/CSS/CSS_Transforms/Using_CSS_transforms/screen_shot_2016-02-16_at_15.53.54.png Hmm… The “mistake” is that the live samples are built by “copying” CSS/JS/HTML from one context, putting it into a sub-path, and assuming it will continue to work.

I’ll chat to @escattone about a solution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS transform scale breaks image overlay - Stack Overflow
Each one works fine by itself. However, when I try to use both bits of CSS, only the zoom works; the overlay is...
Read more >
Applying a css transformation breaks image animations?
I had to add .animation-loaded to the figure or else the image doesn't show at all (see below). However there is a frustrating...
Read more >
transform - CSS: Cascading Style Sheets - MDN Web Docs
The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual ...
Read more >
Images blurry when zooming using CSS3 Transform Scale
This issue exists in Chrome11 (11.0.696.71). I'm using the scale method for images displayed on a page and for whatever reason some scale...
Read more >
[csswg-drafts] Lots of broken images in the specs lately
From : Louis Lazaris via GitHub <sysbot+gh@w3.org> Date : Thu, 18 Aug 2016 06:44:50 +0000. To : public-css-archive@w3.org
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found