Question
if width and height equal set size
I'm trying to set 2 separate width and height variable that will have an if statment wrapped around it and i don't know the best way to start.
var imagesize = [{"width":1800, "height":2160},{"width":1575, "height":2800},];
if(doc.height || doc.width = imagesize)
{do something;}
else
{ don't do a thing;}
