tonyelephant
New Member
I have an box which is an image and I have text inside the image which will be geenrated dynamically.Please look at the attached screenshot for more information. How do I make sure that the image stretches when there is more text ?
\[code\].my-community-box{ background: url('/assets/my-community-box.png') no-repeat !important; background-size: 100%; width: 287px; min-height: 474px; float: right; .my-community-details{ background-color: @mild-gray; margin: 20px 10px 10px 10px; padding: 5px; ul{ width: 250px; margin: 0 0 9px 0; li{ } } a{ color: @darker-green; } a:hover{ text-decoration: none; color: @light-green; } }\[/code\]