File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -888,7 +888,9 @@ const adConfig = jsonConfiguration({
888888 renderStartImplemented : true ,
889889 } ,
890890
891- 'opinary' : { } ,
891+ 'opinary' : {
892+ renderStartImplemented : true ,
893+ } ,
892894
893895 'outbrain' : {
894896 renderStartImplemented : true ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The automated matching system is an algorithm developed by Opinary which matches
2525``` html
2626<amp-embed
2727 width =" 500"
28- height =" 500 "
28+ height =" 1 "
2929 type =" opinary"
3030 layout =" intrinsic"
3131 data-client =" test-success"
Original file line number Diff line number Diff line change @@ -1530,7 +1530,7 @@ <h2>OpenX</h2>
15301530 </ div >
15311531
15321532 < h2 > Opinary</ h2 >
1533- < amp-embed width ="500 " height ="500 " type ="opinary " layout ="intrinsic " data-client ="test-success ">
1533+ < amp-embed width ="500 " height ="1 " type ="opinary " layout ="intrinsic " data-client ="test-success ">
15341534 </ amp-embed >
15351535
15361536 < h2 > Outbrain widget</ h2 >
You can’t perform that action at this time.
0 commit comments