We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c94337 commit fcc467cCopy full SHA for fcc467c
Source/functions.php
@@ -41,6 +41,9 @@ function get_title($width, $height) {
41
} else if ($ratio[0] == 683 && $ratio[1] == 384) {
42
// common sense
43
return $title;
44
+ } else if ($ratio[0] == 71 && $ratio[1] == 40) {
45
+ // common sense
46
+ return $title;
47
} else {
48
$title = $title . " (" . $ratio[0] .":". $ratio[1] . ")";
49
}
0 commit comments