Larger pictures in Dashboard

Larger pictures in Dashboard en

Installations 179 Likes 19

This allows you to adjust the picture size on your dashboard.

default size is 250px but you can change that by  putting variable below into your CSS:

:root {
--sky-dashboard-picture-height: 250px;
--sky-dashboard-picture-height-mobile: 250px;
}

Latest version 1.1

Released 2 years ago

simplified the code and made it so mobiles can be adjusted separately.