Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canva update #74

Merged
merged 21 commits into from
May 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change defaults
  • Loading branch information
Fabrizz committed May 2, 2024
commit 62517d2ffcceaf09090169e60ce9091dfaece299
5 changes: 3 additions & 2 deletions MMM-OnSpotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,12 @@ Module.register("MMM-OnSpotify", {
showVerticalPipe: true,

// Show Canvas
experimentalCanvas: true,
experimentalCanvas: false,
// "contain" - Place the canvas in the frame leaving vertical stripes
// "scale" - Scale the container to fit the canvas
// "cover" - Fill the container to fit the canvas
experimentalCanvasEffect: "scale",
experimentalCanvasEffect: "cover",
// Add a mini album cover
experimentalCanvasAlbumOverlay: true,

// In special use cases where a frontend needs to take over other you can disabl
Expand Down