Skip to content

Commit

Permalink
flag yieldmo as renderStartImplemented (ampproject#5080)
Browse files Browse the repository at this point in the history
Also, update yieldmo readme to include gifs of resize behavior
  • Loading branch information
harquail authored and lannka committed Sep 22, 2016
1 parent 0cb82ba commit 5496a1f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions ads/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export const adConfig = {
'https://s.yieldmo.com',
'https://ads.yieldmo.com',
],
renderStartImplemented: true,
},

yieldone: {
Expand Down
22 changes: 21 additions & 1 deletion ads/yieldmo.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,24 @@ For semantics of configuration, please [contact Yieldmo](https://yieldmo.com/#co

Supported parameters:

- data-ymid
- `data-ymid`

## Multi-size Ad

Yieldmo implicitly handles rendering different sized ads that are bid to the same placement. No additional configuration is required for the tag.

---

Above the fold ads do not resize, so as not to not disrupt the user experience:

![](http://test.yieldmo.com.s3.amazonaws.com/amp-demo/big-notResized.gif)
![](http://test.yieldmo.com.s3.amazonaws.com/amp-demo/small-notResized.gif)

---

Below the fold, ads resize:

![](http://test.yieldmo.com.s3.amazonaws.com/amp-demo/big-resized.gif)
![](http://test.yieldmo.com.s3.amazonaws.com/amp-demo/small-resized.gif)

---

0 comments on commit 5496a1f

Please sign in to comment.