[ENHANCEMENT] - Add the ability to put a banner in the jumbotron
ctindel opened this issue · 2 comments
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Right now the jumbotron just puts the description text inside. It would be awesome if it were possible to have a banner in the jumbotron and disable the description text, or optionally be able to have both the banner and the description text.
I tried creating a new jumbotron partial but I don't really understand how all this layout stuff works so it isn't centered properly and it would be nice if the image automatically shrunk down for different sized screens/phones which I think CSS is capable of doing too but I don't know how.
@mattstratton is this of interest? If so I could look to generalize the partial that I made for the above screenshot.
I think I can take this on - it might make more sense to have an alternate jumbo option, etc, but I think I can figure out an implementation.