Added Props support to images, improved logo
This commit is contained in:
@ -129,6 +129,7 @@ export default class Image extends React.Component {
|
||||
<picture>
|
||||
{ sourceElements }
|
||||
<img
|
||||
{ ...sourceProps }
|
||||
onLoad={ this.onLoad.bind(this) }
|
||||
onError={ this.onError.bind(this) }
|
||||
src={ defaultSrc }
|
||||
|
Reference in New Issue
Block a user