Hi,
I’m currently working on a theme, which uses the media[‘filename’].width and .height method to get these values. It is working fine with image files like .png .jpg .jpeg etc. However if I’m using a .gif file, I’m not able to retrieve the properties of the image.
page.media['file.gif'].width
This just returns nothing at all. Can someone of you guys please tell me what I’m missing here?