Adjust Photo Sizes in Tables

Hey guys,

I’m trying to get the photos in my tables on https://www.eddale.com to have a uniform size. I can’t for the life of me figure it out. Would anyone here be able to lend a suggestion?

Thanks in advance!

You can change the size of the columns using the below link.
https://www.wix.com/code/reference/$w.Table.html#columns

According to docs your images should be square and equally sized to display at their best, like 1024x1024 and if your images are in a lot of different formats you will need to do some re formatting code when they get upload I guess.