Skip to content

Commit d8b2c1d

Browse files
committed
fix: back to examples fix, styles on index not loading fix
1 parent 13b5429 commit d8b2c1d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/javascript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>ImageKit Video Player Example</h1>
7171
<meta charset="UTF-8" />
7272
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7373
<title>ImageKit Video Player Examples</title>
74-
<link rel="stylesheet" href="/src/style.css" />
74+
<link rel="stylesheet" href="src/style.css" />
7575
</head>
7676
<body>
7777
<div class="container">

examples/javascript/pages/chapters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<a href="/" class="back-link">&larr; Back to examples</a>
11+
<a href="../" class="back-link">&larr; Back to examples</a>
1212
<h1>Chapters Example</h1>
1313
<video id="player" class="video-js" controls preload="auto" width="960" height="540"></video>
1414
<h2>Example Code</h2>

examples/javascript/pages/floating-window.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<a href="/" class="back-link">&larr; Back to examples</a>
11+
<a href="../" class="back-link">&larr; Back to examples</a>
1212
<h1>Floating Window Example</h1>
1313
<p>Scroll down the page to see the player shrink and float in the corner.</p>
1414
<video id="player" class="video-js" controls preload="auto" width="960" height="540"></video>

examples/javascript/pages/playlist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<body>
1212
<div class="container">
13-
<a href="/" class="back-link">&larr; Back to examples</a>
13+
<a href="../" class="back-link">&larr; Back to examples</a>
1414
<h1>Playlist Example</h1>
1515
<video id="player" class="video-js" controls preload="auto" width="960" height="540"></video>
1616
<video id="player-2" class="video-js" controls preload="auto" width="960" height="540"></video>

examples/javascript/pages/recommendations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<a href="/" class="back-link">&larr; Back to examples</a>
11+
<a href="../" class="back-link">&larr; Back to examples</a>
1212
<h1>Recommendations Example</h1>
1313
<video id="player" class="video-js" controls preload="auto" width="960" height="540"></video>
1414
<h2>Example Code</h2>

examples/javascript/pages/seek-thumbnails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<a href="/" class="back-link">&larr; Back to examples</a>
11+
<a href="../" class="back-link">&larr; Back to examples</a>
1212
<h1>Seek Thumbnails Example</h1>
1313
<p>Hover your mouse over the progress bar to see image thumbnails appear as you seek through the video.</p>
1414
<video id="player" class="video-js" controls preload="auto" width="960" height="540"></video>

examples/javascript/pages/shoppable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<a href="/" class="back-link">&larr; Back to examples</a>
11+
<a href="../" class="back-link">&larr; Back to examples</a>
1212
<h1>Shoppable Video Example</h1>
1313
<video id="player" class="video-js" controls preload="auto" width="960" height="540"></video>
1414
<h2>Example Code</h2>

examples/javascript/pages/subtitles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<a href="/" class="back-link">&larr; Back to examples</a>
11+
<a href="../" class="back-link">&larr; Back to examples</a>
1212
<h1>Subtitles Example</h1>
1313
<video id="player" class="video-js" controls preload="auto" width="960" height="540"></video>
1414
<h2>Example Code</h2>

0 commit comments

Comments
 (0)