Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (browserWidth <= 1250){
  2. height = x;
  3. width = x;
  4. }else if (browserWidth <= 1500){
  5. height = x;
  6. width = x;
  7. }else if (browserWidth <= 1750){
  8. height = x;
  9. width = x;
  10. }else if (browserWidth <= 2000){
  11. height = x;
  12. width = x;
  13. }else {
  14. height = x;
  15. width = x;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement