gatsby-simplefolio icon indicating copy to clipboard operation
gatsby-simplefolio copied to clipboard

using gif in projectsData

Open tigerlight opened this issue 5 years ago • 1 comments

Using gif in projectsData img value generates error:

TypeError: Cannot read property 'fluid' of null

export const projectsData = [ { id: uuidv1(), img: 'rabbithopping.gif',

I understand it may not be designed to support a gif, but thought you may want to know.

See page displayed in browser window gatsby-simplefolio-project-gif-error

and chrome console log, gatsby-simplefolio-project-gif-error.log

tigerlight avatar Apr 22 '20 18:04 tigerlight

@tigerlight hello!

Yes, you're right. Currently, Gatsby-image preprocessing does not support GIF files, so I will look into this issue and find a solution to also accept GIF images.

cobiwave avatar Jun 27 '20 22:06 cobiwave