--
You received this message because you are subscribed to the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ima-sdk+unsubscribe@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.
Dang Tran
Tier 3 Technical Support Engineer, Customer Support
Level 17, 1 Margaret Street, Sydney, NSW, 2000
--
You received this message because you are subscribed to a topic in the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ima-sdk/Z8Ftx0nVzV8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ima-sdk+unsubscribe@googlegroups.com.
if (!ad.isLinear()) {this.onContentResumeRequested_();this.resizeAdContainer_(adEvent.getAd());}
Ads.prototype.resizeAdContainer_ = function(ad) {var h = ad.getHeight() + 10;var w = ad.getWidth() + 10;this.adsManager_.resize(w, h, google.ima.ViewMode.NORMAL)this.videoPlayer_.adContainer.style.height = h + 'px';this.videoPlayer_.adContainer.style.width = w + 'px';};