Reasonable Widget Images

Reasonable Widget Images en

Installations 20 Likes 3
Dashboard

Gives dashboard widget images a maximum height and puts the entity name over the image, like in Kanka 1.x. (There is no image panning on hover, however.)

Customization

You can change the maximum height (120 pixels by default) and text color (white) by adding the following to your campaign styles under Settings > Theming:

:root {
	--RWI-h: 120px; /* use e.g. 30vh for a percentage of screen height */
	--RWI-c: #fff;
}
For some images, white (or your custom color) may not be legible. You can target specific widget IDs and give them a different color like so:
#widget-col-45316 {
	--RWI-c: #000;
}

Compatibility

At the moment, this theme is not compatible with Default Widget Banner, but if there is demand I may make a combined theme for both. (Specifically, they don’t prevent each other from working but won’t share the same layout.)

Want to show appreciation for my plugins or request one-on-one CSS help? I accept tips on Ko-fi (no account needed): Support me on Ko-fi.com

Latest version 1.0

Released 5 months ago

Initial release.