Make photos bigger

pull/37/head
Varun Patil 2022-08-16 01:37:10 +00:00
parent 002771590b
commit d4ff2c2b02
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export default {
this.timelineHeight = this.$refs.timelineScroll.clientHeight;
this.$refs.scroller.$el.style.height = (height - 4) + 'px';
this.numCols = Math.max(4, Math.floor(width / 150));
this.numCols = Math.max(4, Math.floor(width / 175));
this.rowHeight = Math.floor(width / this.numCols) - 4;
},