Recensioni per Renewed Tab - New Tab
Renewed Tab - New Tab di rubenwardy
Recensione di emilohm
Valutata 5 su 5
di emilohm, 4 anni faLove 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!
Replica dello sviluppatore
pubblicato il 4 anni faHi, 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;
}