ulfben

scaleToFit

Feb 13th, 2016
531
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function scaleToFit(srcWidth, srcHeight, maxWidth, maxHeight) {
  2.     var ratio = Math.min(maxWidth/srcWidth, maxHeight/srcHeight);
  3.     return {width:srcWidth*ratio, height:srcHeight*ratio};
  4. }
Advertisement
Comments
  • Rteuixl
    132 days
    # text 0.21 KB | 0 0
    1. Best t33n active cpx link daily updates!
    2.  
    3. Copy and paste the link in a new browser tab and then hit enter!
    4.  
    5. https://crazyporn.@xxx/members/157354/?asgtbndr=1&play=true&spon=adworld&zone=400
    6.  
    7. Remove the @
  • Comment was deleted
Add Comment
Please, Sign In to add comment