Commit 43219787 authored by santiaago's avatar santiaago
Browse files

make size default value divisible by 3 and 2

parent d6747958
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ func Size(r *http.Request) int {
			}
		}
	}
	return 210
	return 240
}

func Format(r *http.Request) format.Format {