Skip to content

Commit

Permalink
[Fix] remove 'width' and 'height' from mandatoryAttributes (#33323)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbaron committed Mar 17, 2021
1 parent db781bd commit 77fc796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/vendors/videonow.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {tryDecodeUriComponent} from '../../src/url';
* @param {!Object} data
*/
export function videonow(global, data) {
const mandatoryAttributes = ['pid', 'width', 'height'];
const mandatoryAttributes = ['pid'];
const optionalAttributes = ['kind', 'src'];

let customTag = '';
Expand Down

0 comments on commit 77fc796

Please sign in to comment.