Skip to content
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

Responsive / Full width bar #39

Open
Cyrus180 opened this issue Jul 2, 2020 · 1 comment
Open

Responsive / Full width bar #39

Cyrus180 opened this issue Jul 2, 2020 · 1 comment

Comments

@Cyrus180
Copy link

Cyrus180 commented Jul 2, 2020

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.

@sbonifazzi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants