A couple questions about Magazine icons and background URLs.

When customizing the appearance section of a magazine, for the icon, is there a specific recommended pixel size?

I see many magazines with their icons getting squashed so I inspected the CSS to get a size for mine, but wish I knew the exact size. Ended with 520px x 434px.

And for the background, I reckon I can do it with custom CSS, but there's a background URL option but nowhere to add a URL. Is that a work-in-progress?

3 points · 6 comments · view on lemmy.world

6 Comments

minnieo@kbin.social · 2 pts · 3y (1 reply)

not sure about if its a wip, but here is some CSS for a background image url for mags:

#middle { background-image: url(INSERT URL HERE); background-repeat: no-repeat; background-size: cover; }

as for icons, idk how to find out the recommended size, but I do know they are rendered at 260ps × 217px

cutitdown@kbin.social · 1 pts · 3y

Hey, thank you, much appreciated! Actually been referencing your Silent Hill CSS for some ideas already, haha.