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
When using 3.0.1 the code below works fine and the image is displayed, no issues:
<iron-image src="[[rootPath]]/images/thumbnails/myimage.png"></iron-image>
When using 3.0.2 the image is not displayed/found, and get the following error:
GET http://images/thumbnails/myimage.png net::ERR_NAME_NOT_RESOLVED
Image gets displayed
Image does not get displayed
All Browsers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When using 3.0.1 the code below works fine and the image is displayed, no issues:
When using 3.0.2 the image is not displayed/found, and get the following error:
GET http://images/thumbnails/myimage.png net::ERR_NAME_NOT_RESOLVED
Expected outcome
Image gets displayed
Actual outcome
Image does not get displayed
Browsers Affected
All Browsers
The text was updated successfully, but these errors were encountered: