Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#934 Max values set
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Jun 26, 2017
1 parent 292abc4 commit 086754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/AppActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function getAttributesInstance(

export function getImageAction(id) {
return axios({
url: `${config.API_URL}/image/${id}`,
url: `${config.API_URL}/image/${id}?maxWidth=200&maxHeight=200`,
responseType: 'blob'
})
.then(response => response.data);
Expand Down

0 comments on commit 086754b

Please sign in to comment.