jamesmoriarty / react-instagram-authless-feed

React component to provide a token-less Instagram feed.
http://www.jamesmoriarty.xyz/react-instagram-authless-feed/
49 stars 18 forks source link

classname support for images #14

Closed fredericobreno closed 3 years ago

jamesmoriarty commented 3 years ago

Hey, thanks for this. I'm still not 100% on merging. Classes are preferred over nested selectors but we can style the images with:

.className a img {
  ...
}

Trying to balance config vs complexity. Not sure this will add enough value to merge.

fredericobreno commented 3 years ago

I did just that! Your suggestion works fine and there is no need to this imageClassName prop. =)