-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live sample images not loading via iframe #2331
Comments
Thanks @davidfkimball - I spotted this today as well when working on that page, so it is being looked into: mdn/content#906 |
The problem is that https://yari-demos.prod.mdn.mozit.cloud/files/3708/Test_Form.jpg doesn't load. |
@escattone How come https://mdn.mozillademos.org/files/3708/Test_Form.jpg but https://yari-demos.prod.mdn.mozit.cloud/files/3708/Test_Form.jpg doesn't? Ideally, we shouldn't be relying on any images via Kuma but here we are. One problem at a time. |
Here's another one: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Using_the_srcset_and_sizes_attributes It fails because it's trying to download https://yari-demos.prod.mdn.mozit.cloud/files/16797/clock-demo-400px.png which won't work. |
@peterbe We should prioritize this tomorrow. We can discuss more tomorrow, but I think we have two choices here:
|
@peterbe Another option, a bit more radical, would be to point |
@peterbe I think I've settled on a nice solution until we fix all of these image flaws. I was able to go with option |
This is resolved (see https://developer.mozilla.org/en-US/docs/Web/CSS/filter). |
Thanks again for reporting this @davidfkimball! |
MDN URL: https://developer.mozilla.org/en-US/docs/Web/CSS/filter
What information was incorrect, unhelpful, or incomplete?
Most of the sample images are broken links - see attached screenshot.
(It is possible that you intentionally chose broken image link images as the sample images...but if so, that's very confusing.)
Specific section or headline?
Functions (#Functions)
and
Combining Functions (#Combining_functions)
What did you expect to see?
Normal sample images.
Did you test this? If so, how?
Refreshed and hard-refreshed the page a few times.
Turned off AdBlockPlus.
Tried it in Chrome and Safari (MacOS). (The broken link image is slightly different in Safari)
MDN Content page report details
en-us/web/css/filter
The text was updated successfully, but these errors were encountered: