christocarr

Results 3 comments of christocarr

Needs the `require` method to get the `src` of the image.

No, unable to. Not sure what I'm doing wrong.

I've used `require` like so `const photos = [ { src: require ('../images/image.jpg'), width: 4, height: 3 } ]` which works but cannot use srcSet and I don't want to...