Commit c0f68a62 authored by santiaago's avatar santiaago
Browse files

size of images in now 210

parent c61a0748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,5 +51,5 @@ func size(r *http.Request) int {
			}
		}
	}
	return 240
	return 210
}
+1 −1
Original line number Diff line number Diff line
@@ -144,5 +144,5 @@ func size(r *http.Request) int {
			}
		}
	}
	return 240
	return 210
}