Renewed Tab 的评价
Renewed Tab 作者: rubenwardy
emilohm 的评价
评分 5 / 5
来自 emilohm,3 年前Love it. Just one question - how can I make a background Image URL on repeat or what it is called?
And yes I suck at this.. But this is just what I've been looking for. Thanks for this!
Update:
Holy macaroni! Thank you! I appreciate it. Have a nice day!
And yes I suck at this.. But this is just what I've been looking for. Thanks for this!
Update:
Holy macaroni! Thank you! I appreciate it. Have a nice day!
开发者回应
发布于 3 年前Hi, thanks for the feedback. I don't currently have an option for this, but you can use Custom CSS. Make sure you've updated to the version released today, and then paste the following into Settings > Theme > Custom CSS:
#background {
background-size: auto;
background-repeat: repeat;
}
#background {
background-size: auto;
background-repeat: repeat;
}