-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Background Image Display #429
Comments
Basically, yes. I'm all for this idea but I'm not too sure it could be handled design wise. Thoughts? |
An input box would help non-code savvy folk make changes to the background position without having to do it via CSS Styles. It would also keep things grouped together when it comes to background stylings under the design tab. Although, I don't know if this is a strong enough reason to make a change like that. In all honesty, they ought to learn some CSS anyways hehe What I might do is, I'll fork it and try it out. If it looks good, I'll submit it and you can take a look. |
Design wise, I think there are other things to consider, if a decision is made for such control to be built. Background-position is just one of background related CSS properties. Others are at least @alenb What you can do currently about it is to add your own options inside the select box with php:
You will be then able to style it then with CSS (basic example):
|
Hey guys,
At the moment the background image display is a dropdown which has a few options, however, it lacks a custom option. In a lot of circumstances you'd want/need to tweak the position of a background on an element. It would be highly beneficial to have a custom option or replacing the dropdown with an input box altogether. Just an idea.
I assume the idea was to use the CSS Styles box when a custom display was needed? And the dropdown is there as a 'quick select' type of thing?
The text was updated successfully, but these errors were encountered: