Skip to content

Commit

Permalink
Example: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Mar 4, 2018
1 parent 5daddd0 commit e5a4458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/pages/EnlargedImageContainerDimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class EnlargedImageContainerDimensions extends Component {
},
isHintEnabled: true,
enlargedImageContainerDimensions: {
width: ('200%'),
width: '200%',
height: '100%'
}
}} />
Expand Down

0 comments on commit e5a4458

Please sign in to comment.