Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,20 @@
|
|
1 |
-
# Media CDN for web360
|
2 |
Use to serve as a CDN for images and videos url for our websites
|
3 |
-
|
4 |
-
eg: blog ogImages, videos, and other logos and icons in the `Files tab`.
|
5 |
|
6 |
|
7 |
### Examples
|
8 |
-
|
9 |
|
10 |
```html
|
11 |
-
<img src="https://huggingface.co/web360/media/resolve/main/og-
|
|
|
|
|
12 |
|
|
|
13 |
<video src="https://huggingface.co/web360/media/resolve/main/meet-alice.mp4" controls></video>
|
14 |
```
|
|
|
15 |
***
|
16 |
|
17 |
|
|
|
1 |
+
# Media Hosting CDN for web360
|
2 |
Use to serve as a CDN for images and videos url for our websites
|
3 |
+
eg: blog, ogImages (1200x630), videos, and other logos and icons in the `Files tab`.
|
|
|
4 |
|
5 |
|
6 |
### Examples
|
7 |
+
Copy and past the `download url` for any file you select and use in your code.
|
8 |
|
9 |
```html
|
10 |
+
<img src="https://huggingface.co/web360/cdn-media/resolve/main/og-social.png"></img>
|
11 |
+
```
|
12 |
+
<img src="https://huggingface.co/web360/cdn-media/resolve/main/og-social.png"></img>
|
13 |
|
14 |
+
```html
|
15 |
<video src="https://huggingface.co/web360/media/resolve/main/meet-alice.mp4" controls></video>
|
16 |
```
|
17 |
+
<video src="https://huggingface.co/web360/cdn-media/resolve/main/meet-alice.mp4" controls></video>
|
18 |
***
|
19 |
|
20 |
|