Skip to content

Commit

Permalink
wrong width/height for tile_70 (mstile 70x70 (png)) (#13851)
Browse files Browse the repository at this point in the history
I assume it is a c&p error in the tile_70 file the upload from the file always shows the error "Invalid file width" with a file which is 70x70 because the width and height was copied from the file below and still 144x144 instead of 70x70.
  • Loading branch information
ulf-f authored and engelgabriel committed Mar 25, 2019
1 parent e1e6de5 commit ebbb457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/server/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ const assets = {
constraints: {
type: 'image',
extensions: ['png'],
width: 144,
height: 144,
width: 70,
height: 70,
},
},
tile_144: {
Expand Down

0 comments on commit ebbb457

Please sign in to comment.