1960Marylee
New Member
So I am really not sure how to go about doing this, but here is what I am trying to do. I am calling a static image from an API server that takes params height and width to know how big the image should be when it gets generated.Now my site is css dynamic meaning it scales based on the browsers dimensions and even works for mobile browsers. My question is, how would I go about determining what parameters for height and width. I was thinking of using javascript to get the height and width of a similar size div and then use those.Any other ideas?