mbrevda / react-image

React.js <img> tag rendering with multiple fallback & loader support
MIT License
1.2k stars 88 forks source link

Fix issues with crossorigin #972

Closed codebycarlos closed 1 year ago

codebycarlos commented 2 years ago

Purpose

Overall, this PR fixes support for crossorigin. During testing our images kept failing due to crossorigin not being applied when using the 'react-image' image component, thus the outlined changes.