loading-bar icon indicating copy to clipboard operation
loading-bar copied to clipboard

Responsive / Full width bar

Open Cyrus180 opened this issue 5 years ago • 1 comments

Hi,

I'm trying to make the bar full width of the corresponding container element.

So for example I have this:

<div class="container">
    <div class="col-50">
        <div class="ldBar" data-value="50" data-min="0" data-max="200">
        </div>
    </div>
</div>

.container has max-width 1170px. .col-50 has width 50%.

I want the bar to have the same width as the column. But the bar always defaults to 80px.

How can I achieve this?

Thanks for your help.

Cyrus180 avatar Jul 02 '20 12:07 Cyrus180

Hi @Cyrus180, I have the same problem. Do you have been found a solution for it? Thanks in advance.

sbonifazzi avatar Dec 28 '21 13:12 sbonifazzi