Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

How to fix the live example of the template #78

Open
shuuji3 opened this issue Nov 14, 2021 · 0 comments
Open

How to fix the live example of the template #78

shuuji3 opened this issue Nov 14, 2021 · 0 comments

Comments

@shuuji3
Copy link
Contributor

shuuji3 commented Nov 14, 2021

There is a live example of the template hosted by JS bin (http://jsbin.com/qaxiw/7/edit). But it seems that the image is not shown correctly because the image URL was changed. This issue can be fixed by updating the following line with the new image URL.

@@ -19,7 +19,7 @@
       }
     </style>
     <div id="container">
-      <img class="webcomponents" src="http://webcomponents.org/img/logo.svg">
+      <img class="webcomponents" src="https://web-components-resources.appspot.com/static/logo.svg">
     </div>
   </template>
 </head>

Before

Screen Shot 2021-11-14 at 16 55 15

After

Screen Shot 2021-11-14 at 16 55 26

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant