Skip to content
Snippets Groups Projects
Commit ebbb4573 authored by ulf-f's avatar ulf-f Committed by Gabriel Engel
Browse files

wrong width/height for tile_70 (mstile 70x70 (png)) (#13851)

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.
parent e1e6de5f
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,8 @@ const assets = {
constraints: {
type: 'image',
extensions: ['png'],
width: 144,
height: 144,
width: 70,
height: 70,
},
},
tile_144: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment