Skip to content

Commit

Permalink
updated readme with css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiro705 committed Jan 31, 2020
1 parent f64549f commit 8fc0e56
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,19 @@ player.ima(imaOptions);
// player.ima.initializeAdDisplayContainer();
```

Please include the following CSS into you app's CSS to insure proper position for the ad container.

```CSS
.ima-ad-container {
top: 0em;
position: absolute;
display: none;
width: 100%;
height: 100%;
}

```

### Alternative Setup
If you don't use npm, you can download the source from the dist/ folder and
include it directly in your project. You'll also need to download the source for
Expand Down

0 comments on commit 8fc0e56

Please sign in to comment.