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

Firefox issue for full width banner #61

Open
Santoshah opened this issue Sep 10, 2019 · 0 comments
Open

Firefox issue for full width banner #61

Santoshah opened this issue Sep 10, 2019 · 0 comments

Comments

@Santoshah
Copy link

Below is the code I am using. Same code work perfectly fine for chrome. Not sure why it is showing strange behavior in Firefox.

I have look closely to this issue on firefox. It looks like the item which is suppose to be 1517. The width keep increasing by 1 more digits. That is really a strange issue.

I have 10 banner slide repeating.

screenshot of firefox
http://prntscr.com/p3qu4z

import { OwlCarousel } from 'ngx-owl-carousel';

 @ViewChild('owlElement1', {static: true}) owlElement: OwlCarousel
  bannerList = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
  owlConfig = {
    items: 1,
    dots: false,
    nav: true,
  }

<div class="carousel-container homepageBanners" #owlElement>
    <owl-carousel [options]="owlConfig" [items]="bannerList" [carouselClasses]="['bannerList','owl-theme', 'row', 'sliding']">
        <div class="item banner-items" *ngFor="let item of bannerList">
             <app-banners></app-banners>
        </div>
    </owl-carousel>
</div>```
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

1 participant