Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
amerg
Level 7

RAF ad player size

Is there a way to set the RAF ad player's size? The content player is 720x405 but the ad player still plays as if fullscreen.

I am passing in the video's parent as the third argument of showAds()
m.view = video.getParent()
...
m.RAF.showAds(m.adPods, invalid, m.view)


   <Rectangle id="videoPlayerContainer" width="720" height="405" translation="[0,70]" clippingRect="[0,0,720,405]">
   <Video
     id="videoPlayer"
     visible="true"
     width="720"
     height="405"
   />
   </Rectangle>


Thanks in advance. 
0 Kudos
2 REPLIES 2
JalpaWhiz
Level 8

Re: RAF ad player size

Did you get solution for this ? I am facing the same problem

0 Kudos
Matt_Moores
Level 7

Re: RAF ad player size

Have you tried

setAdConstraints(maxHeight as Integer, maxWidth as Integer, maxBitrate as Integer, supportedMimeTypes as Object)

https://developer.roku.com/docs/developer-program/advertising/raf-api.md

0 Kudos