We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Likely due to DNS changes several days ago, all examples in docs with image references that use http urls are broken.
For example, here's the code from Reveal Fade example from http://react.semantic-ui.com/elements/reveal
const RevealExampleFade = () => ( <Reveal animated='fade'> <Reveal.Content visible> <Image src='http://semantic-ui.com/images/wireframe/square-image.png' size='small' /> </Reveal.Content> <Reveal.Content hidden> <Image src='http://semantic-ui.com/images/avatar/large/ade.jpg' size='small' /> </Reveal.Content> </Reveal> )
Changing reference to https fixes the issue.
The text was updated successfully, but these errors were encountered:
Thanks! We actually have all images here locally at /assets/images. I've updated all the doc examples and they are live now.
/assets/images
Sorry, something went wrong.
Thanks a lot for a quick fix!
Just noticed that some of the images are still not showing up, it seems to be that avatars in this directory are 404:
/assets/images/avatar2
Example can be found here: http://react.semantic-ui.com/collections/table
No branches or pull requests
Likely due to DNS changes several days ago, all examples in docs with image references that use http urls are broken.
For example, here's the code from Reveal Fade example from http://react.semantic-ui.com/elements/reveal
Changing reference to https fixes the issue.
The text was updated successfully, but these errors were encountered: