Skip to content

Commit

Permalink
add new list to listener
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Sep 22, 2024
1 parent 477d984 commit a60cc63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/module/Wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ export default class Wrapper extends Component {
if (window.innerHeight < 600) {
adUnits = 2
}

if (window.innerHeight > 950) {
adUnits = 6
}
if (window.innerWidth < 1600) {
adUnits = 0
}
Expand Down

0 comments on commit a60cc63

Please sign in to comment.