Reviews for Renewed Tab - New Tab
Renewed Tab - New Tab by rubenwardy
Review by emilohm
Rated 5 out of 5
by emilohm, 4 years agoLove 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!
Developer response
posted 4 years agoHi, 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;
}