adjustment of the hardware images so that the full image is visible
This commit is contained in:
parent
4df5b64eb0
commit
8060927cc6
@ -62,7 +62,7 @@ class Hardware extends Component {
|
|||||||
<GridList cellHeight={100} cols={cols} spacing={10}>
|
<GridList cellHeight={100} cols={cols} spacing={10}>
|
||||||
{this.props.picture.map((picture,i) => (
|
{this.props.picture.map((picture,i) => (
|
||||||
<GridListTile key={i}>
|
<GridListTile key={i}>
|
||||||
<img src={`/media/hardware/${picture}.png`} alt={picture} style={{cursor: 'pointer'}} onClick={() => this.handleClickOpen(picture, `/media/hardware/${picture}.png`)}/>
|
<img src={`/media/hardware/${picture}.png`} height={100} alt={picture} style={{cursor: 'pointer'}} onClick={() => this.handleClickOpen(picture, `/media/hardware/${picture}.png`)}/>
|
||||||
<GridListTileBar
|
<GridListTileBar
|
||||||
classes={{root: this.props.classes.multiGridListTile}}
|
classes={{root: this.props.classes.multiGridListTile}}
|
||||||
title={
|
title={
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
"type": "instruction",
|
"type": "instruction",
|
||||||
"headline": "Einführung",
|
"headline": "Einführung",
|
||||||
"text1": "In diesem Tutorial lernst du wie man die senseBox mit dem Internet verbindest.",
|
"text1": "In diesem Tutorial lernst du wie man die senseBox mit dem Internet verbindest.",
|
||||||
"hardware": ["senseboxmcu"],
|
"hardware": ["senseboxmcu", "wifi-bee"],
|
||||||
"requirements": [1]
|
"requirements": [1]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user