gatsby-simplefolio
gatsby-simplefolio copied to clipboard
using gif in projectsData
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

and chrome console log, gatsby-simplefolio-project-gif-error.log
@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.