Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
- updates to Radiant Media Player 7.11.1
  • Loading branch information
radiantmediaplayer committed Aug 3, 2022
1 parent b72030d commit ddbe519
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 42 deletions.
5 changes: 0 additions & 5 deletions basic-with-reload/css/basic-with-reload.css

This file was deleted.

13 changes: 9 additions & 4 deletions basic-with-reload/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="canonical" href="https://www.radiantmediaplayer.com/docs/latest/gist/outstream-ads-gallery/basic/">
<link rel="icon" type="image/png" href="/images/radiantmediaplayer-icon.png">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link href="css/basic-with-reload.css" rel="stylesheet" type="text/css">
<script>
(function (i, s, o, g, r, a, m) {
Expand All @@ -29,6 +29,11 @@
ga('create', 'UA-54723413-1', 'auto');
ga('send', 'pageview');
</script>
<style>
#rmp {
margin: auto;
}
</style>
</head>

<body>
Expand Down Expand Up @@ -70,7 +75,7 @@ <h4>
<em>Advertisement</em>
</h4>
</div>
<div id="rmpPlayer"></div>
<div id="rmp"></div>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -396,7 +401,7 @@ <h2>Section 2</h2>
</div>
</div>
</div>
<script src="https://cdn.radiantmediatechs.com/rmp/7.5.1/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/7.11.1/js/rmp.min.js"></script>
<script src="js/basic-with-reload.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion basic-with-reload/js/basic-with-reload.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* outstream-ads-gallery | https://github.com/radiantmediaplayer/outstream-ads-gallery
*/

const elementID = 'rmpPlayer';
const elementID = 'rmp';
const container = document.getElementById(elementID);

const settings = {
Expand Down
2 changes: 1 addition & 1 deletion close-button/css/close-button.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "utf-8";

#rmpPlayer {
#rmp {
margin: auto;
}

Expand Down
8 changes: 4 additions & 4 deletions close-button/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="canonical" href="https://www.radiantmediaplayer.com/docs/latest/gist/outstream-ads-gallery/close-button/">
<link rel="icon" type="image/png" href="/images/radiantmediaplayer-icon.png">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link href="css/close-button.css" rel="stylesheet" type="text/css">
<script>
(function (i, s, o, g, r, a, m) {
Expand Down Expand Up @@ -68,7 +68,7 @@ <h1>My amazing article to read</h1>
</div>
<div class="row my-1">
<div class="col">
<div id="rmpPlayer"></div>
<div id="rmp"></div>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -330,7 +330,7 @@ <h2>Section 2</h2>
</div>
</div>
</div>
<script src="https://cdn.radiantmediatechs.com/rmp/7.5.1/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/7.11.1/js/rmp.min.js"></script>
<script src="js/close-button.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion close-button/js/close-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* outstream-ads-gallery | https://github.com/radiantmediaplayer/outstream-ads-gallery
*/

const elementID = 'rmpPlayer';
const elementID = 'rmp';
const container = document.getElementById(elementID);

const settings = {
Expand Down
5 changes: 0 additions & 5 deletions in-article/css/in-article.css

This file was deleted.

13 changes: 9 additions & 4 deletions in-article/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="canonical" href="https://www.radiantmediaplayer.com/docs/latest/gist/outstream-ads-gallery/in-article/">
<link rel="icon" type="image/png" href="/images/radiantmediaplayer-icon.png">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link href="css/in-article.css" rel="stylesheet" type="text/css">
<script>
(function (i, s, o, g, r, a, m) {
Expand All @@ -29,6 +29,11 @@
ga('create', 'UA-54723413-1', 'auto');
ga('send', 'pageview');
</script>
<style>
#rmp {
margin: auto;
}
</style>
</head>

<body>
Expand Down Expand Up @@ -234,7 +239,7 @@ <h4>
<em>Advertisement</em>
</h4>
</div>
<div id="rmpPlayer"></div>
<div id="rmp"></div>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -399,7 +404,7 @@ <h2>Section 2</h2>
</div>
</div>
</div>
<script src="https://cdn.radiantmediatechs.com/rmp/7.5.1/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/7.11.1/js/rmp.min.js"></script>
<script src="js/in-article.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion in-article/js/in-article.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* outstream-ads-gallery | https://github.com/radiantmediaplayer/outstream-ads-gallery
*/

const elementID = 'rmpPlayer';
const elementID = 'rmp';
const container = document.getElementById(elementID);

const settings = {
Expand Down
5 changes: 0 additions & 5 deletions one-shot/css/one-shot.css

This file was deleted.

13 changes: 9 additions & 4 deletions one-shot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="canonical" href="https://www.radiantmediaplayer.com/docs/latest/gist/outstream-ads-gallery/one-shot/">
<link rel="icon" type="image/png" href="/images/radiantmediaplayer-icon.png">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link href="css/one-shot.css" rel="stylesheet" type="text/css">
<script>
(function (i, s, o, g, r, a, m) {
Expand All @@ -29,6 +29,11 @@
ga('create', 'UA-54723413-1', 'auto');
ga('send', 'pageview');
</script>
<style>
#rmp {
margin: auto;
}
</style>
</head>

<body>
Expand Down Expand Up @@ -67,7 +72,7 @@ <h1>My amazing article to read</h1>
</div>
<div class="row my-1">
<div class="col">
<div id="rmpPlayer"></div>
<div id="rmp"></div>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -393,7 +398,7 @@ <h2>Section 2</h2>
</div>
</div>
</div>
<script src="https://cdn.radiantmediatechs.com/rmp/7.5.1/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/7.11.1/js/rmp.min.js"></script>
<script src="js/one-shot.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion one-shot/js/one-shot.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* outstream-ads-gallery | https://github.com/radiantmediaplayer/outstream-ads-gallery
*/

const elementID = 'rmpPlayer';
const elementID = 'rmp';
const container = document.getElementById(elementID);

const settings = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outstream-ads-gallery",
"version": "3.0.0",
"version": "3.1.0",
"author": "Radiant Media Player <support@radiantmediaplayer.com>",
"description": "A collection of examples for using Radiant Media Player with outstream video ads",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions sticky/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="canonical" href="https://www.radiantmediaplayer.com/docs/latest/gist/outstream-ads-gallery/sticky/">
<link rel="icon" type="image/png" href="/images/radiantmediaplayer-icon.png">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link href="css/sticky.css" rel="stylesheet" type="text/css">
<script>
(function (i, s, o, g, r, a, m) {
Expand Down Expand Up @@ -389,9 +389,9 @@ <h2>Section 2</h2>
</div>
</div>
<div id="sticky-container">
<div id="rmpPlayer"></div>
<div id="rmp"></div>
</div>
<script src="https://cdn.radiantmediatechs.com/rmp/7.5.1/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/7.11.1/js/rmp.min.js"></script>
<script src="js/sticky.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion sticky/js/sticky.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* outstream-ads-gallery | https://github.com/radiantmediaplayer/outstream-ads-gallery
*/

const elementID = 'rmpPlayer';
const elementID = 'rmp';
const container = document.getElementById(elementID);
const stickyContainer = document.getElementById('sticky-container');

Expand Down

0 comments on commit ddbe519

Please sign in to comment.