Skip to content

Commit 7709ad7

Browse files
authored
Update image links in README.md to use raw GitHub URLs
1 parent 24691f1 commit 7709ad7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ A CSS-only skeleton loader that supports syncing multiple elements' loading indi
55
<br>
66

77
<div align="center">
8-
<img src="../media/skeleton.gif" width="45%" alt="A skeleton loader with a single gradient going through all elements as if they were a single element" style="margin-right: 10px;" title="Example of the default skeleton loader styling">
9-
<img src="../media/skeleton-dark.gif" width="45%" alt="A dark version of the previous skeleton loader" title="Example of the default skeleton loader styling in dark mode">
8+
<img src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/skeleton.gif" width="45%" alt="A skeleton loader with a single gradient going through all elements as if they were a single element" style="margin-right: 10px;" title="Example of the default skeleton loader styling">
9+
<img src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/skeleton-dark.gif" width="45%" alt="A dark version of the previous skeleton loader" title="Example of the default skeleton loader styling in dark mode">
1010
</div>
1111

1212
<div align="center">
1313
<em>Compatible with all frameworks, including TailwindCSS</em><br>
14-
<img height="24" src="../media/icons/tailwind.png" alt="TailwindCSS" title="works with TailwindCSS">
15-
<img height="24" src="../media/icons/reactjs.png" alt="ReactJS" title="works with ReactJS">
16-
<img height="24" src="../media/icons/sveltejs.png" alt="SvelteJS" title="works with SvelteJS">
17-
<img height="24" src="../media/icons/vuejs.png" alt="VueJS" title="works with VueJS">
18-
<img height="24" src="../media/icons/js.png" alt="Vanilla JS" title="works with Vanilla JS">
19-
<img height="24" src="../media/icons/plus.png" alt="And more!" title="And anything else!">
14+
<img height="24" src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/tailwind.png" alt="TailwindCSS" title="works with TailwindCSS">
15+
<img height="24" src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/reactjs.png" alt="ReactJS" title="works with ReactJS">
16+
<img height="24" src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/sveltejs.png" alt="SvelteJS" title="works with SvelteJS">
17+
<img height="24" src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/vuejs.png" alt="VueJS" title="works with VueJS">
18+
<img height="24" src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/js.png" alt="Vanilla JS" title="works with Vanilla JS">
19+
<img height="24" src="https://raw.githubusercontent.com/crutchcorn/sync-skeleton/refs/heads/main/media/icons/plus.png" alt="And more!" title="And anything else!">
2020
</div>
2121

2222
<br><br>

0 commit comments

Comments
 (0)