?resize not working on retina images(@2x,@3x)

I’m currently trying to use retina images on my site, but I can’t resize them… They just fill up the full width of the parent div. Any suggestions?

I think it has something to do with the fact that when you add the image@3x.jpg to a page and then insert it, it just calls it image.jpg. So when it tries to manipulate image.jpg it doesn’t exist… because image@3x.jpg is what is actually on the server. What to do…

Never mind. Figured it out by reading the docs. Exchanged resize for sizes.