Skip to content

Commit

Permalink
Reduce bg image size to save bandwith
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioC42 committed Mar 8, 2024
1 parent 2e95397 commit 61bc286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class _HomePageState extends State<HomePage> {
aspectRatio: 16 / 9,
child: CachedNetworkImage(
imageUrl:
"https://startcache.schulportal.hessen.de/exporteur.php?a=schoolbg&i=${client.schoolID}&s=lg",
"https://startcache.schulportal.hessen.de/exporteur.php?a=schoolbg&i=${client.schoolID}&s=xs",
fadeInDuration: const Duration(milliseconds: 0),
fit: BoxFit.cover,
placeholder: (context, url) => const Image(
Expand Down

0 comments on commit 61bc286

Please sign in to comment.