add 1366x768 (683:384) to functions.php

no packs related to this resolution will be made, but it's there of anyone wants to scale up to this resolution
This commit is contained in:
Michael 2017-10-23 18:53:09 -07:00
parent d3a02d1ff8
commit f7da4fceb6

View File

@ -32,6 +32,9 @@ function get_title($width, $height) {
} else if ($ratio[0] == 427 && $ratio[1] == 240) {
// common sense
return $title;
} else if ($ratio[0] == 683 && $ratio[1] == 384) {
// common sense
return $title;
} else {
$title = $title . " (" . $ratio[0] .":". $ratio[1] . ")";
}