2 reviews
- Rated 3 out of 5by knives, 7 hours agoNo stretch image/video option (usercontent.css couldn't do it either)
If certain widgets are allowed custom css, why not the background settings?
my css works for clean edges, but I couldn't stretch.
Besides my qualms, everything looks like it works pretty nicely. Adding a lot of local images can be difficult to sort through though. - Rated 3 out of 5by MisterHammer, 5 months agoWhile in certain ways it is nice to see someone pick up where the OG developer left off, What would make the extension even better is the ability to hide the 'Next Background' button or remove it altogether.
Back when i used the OG tabliss, If i used the 'Upload Image' option, It didn't have that if i just uploaded one image.
Having the button present makes it feel slightly obnoxious.
Sorry if i offend anyone by saying that.Developer response
posted 5 months agoHi! Developer here 👋
You can hide the control buttons using the custom CSS widget by adding:
.controls {
display: none;
}
I’ll also fix this so that when there’s only a single image, the controls won’t be shown at all.
For future issues or questions, it’s much better to reach out via GitHub rather than leaving a review, that way we can actually help and track the problem properly. Also worth noting: someone specifically requested having controls on media backgrounds there.