Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size Bugfix #2414

Merged
merged 21 commits into from
Apr 24, 2018
Merged

Size Bugfix #2414

merged 21 commits into from
Apr 24, 2018

Conversation

sami-elasticad
Copy link
Contributor

Type of change

  • [X ] Bugfix

Description of change

  • contact email of the adapter’s maintainer
  • [ X] official adapter submission

@sami-elasticad
Copy link
Contributor Author

sami-elasticad commented Apr 17, 2018

Please review. Thank you.

@jsnellbaker jsnellbaker self-assigned this Apr 20, 2018
@jsnellbaker jsnellbaker self-requested a review April 20, 2018 16:48
@@ -104,7 +104,8 @@ export const spec = {
bid.sync = serverBody.sync;
if (bidRequest.renderMode && bidRequest.renderMode === 'banner') {
bid.width = 300;
bid.height = 225;
bid.height = 250;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure you want these height/width values to be hard-coded like this? Wouldn't it be more ideal to read from the bid response object? I thought I saw some height/width params in the response from the server, so I wanted to confirm on this point.

@sami-elasticad
Copy link
Contributor Author

You're right. removed response hardcoded sizes. Thank you.

Copy link
Collaborator

@jsnellbaker jsnellbaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jsnellbaker jsnellbaker merged commit d94404c into prebid:master Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants