Skip to content

Commit

Permalink
Change blur thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Dec 29, 2018
1 parent a23b31d commit ab5a5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/wallpaper.php
Expand Up @@ -76,12 +76,12 @@
break;

case 3:
$bluramt = 30;
$bluramt = 15;
break;

case 2:
default:
$bluramt = 15;
$bluramt = 5;
}
echo "<style>div.backstretch { -webkit-filter: blur(" . $bluramt . "px); -moz-filter: blur(" . $bluramt . "px); -o-filter: blur(" . $bluramt . "px); -ms-filter: blur(" . $bluramt . "px); filter: blur(" . $bluramt . "px); margin: -" . ($bluramt*3) . "px; }</style>";
}
Expand Down

0 comments on commit ab5a5c2

Please sign in to comment.