Skip to content

Commit fcc467c

Browse files
committed
fix 71:40 ratio
1 parent 8c94337 commit fcc467c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/functions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ function get_title($width, $height) {
4141
} else if ($ratio[0] == 683 && $ratio[1] == 384) {
4242
// common sense
4343
return $title;
44+
} else if ($ratio[0] == 71 && $ratio[1] == 40) {
45+
// common sense
46+
return $title;
4447
} else {
4548
$title = $title . " (" . $ratio[0] .":". $ratio[1] . ")";
4649
}

0 commit comments

Comments
 (0)