• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Video Overlay Ad Dimension

Started by videonavy,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

videonavyTopic starter

Hello, I implemented video overlay on my site (videonavy.com) successfully but the dimension was wrong. I put 468x60 ad but it seems the dimension is restricted to around 350x180 or so. Please check a video to confirm and offer any help. I set the ad display time to 1s after playing. Thank you.
  •  

PHPVibe A.

Hi, there is no limit from us there, and we have no video support in ads by default...so how can I help you? :)

videonavyTopic starter

Quote from: Alexander on
Hi, there is no limit from us there, and we have no video support in ads by default...so how can I help you? :)


Thanks for your reply. This was not video ad but ordinary text or banner ad over the video. The ad display but with wrong dimension. Could you please take time to check a video on my site to see what my concern was?
  •  

PHPVibe A.

What's your site? These are placeholders (no sizing), you can size them from their content (like wrap it in a sized div).

videonavyTopic starter

Quote from: Alexander on
What's your site? These are placeholders (no sizing), you can size them from their content (like wrap it in a sized div).
Please visit videonavy.com or videorib.com
  •  

videonavyTopic starter

See the attached image. The ad will show when you start playing any video. The ad is 468x60 but showing like 300x200.

  •  

PHPVibe A.

If the ad doesn't size on it's own, you can just wrap it in a div like:

<div style="min-width:728px">
Ad code
</div>


directly in the ad code (edit/create). there are several similar topics.

videonavyTopic starter

Quote from: Alexander on
If the ad doesn't size on it's own, you can just wrap it in a div like:

<div style="min-width:728px">
Ad code
</div>

directly in the ad code (edit/create). there are several similar topics.

This fix works but I think that should be looked into from your side.

I eventually use the following:
<div style="width:468px;height:60px">
Ad code
</div>
  •  

PHPVibe A.

What will fix for you, will break it for another if we size it. There is no win situation from our side.

Similar topics (7)