<Panel class="my-panel-background">
</Panel
Then in your CSS (you are using a CSS right?) Put
.my-panel-background { background-image: url('../background.jpg'); background-repeat: no-repeat; background-size: contain; opacity: 1; }
background-size: contain; will size the background to match your panel sizeThe URL entry is relative to your CSS file, so path accordingly.
No comments:
Post a Comment