JoshDSommer / nativescript-ngx-slides

A NativeScript + Angular module for to add a slides component to your mobile app
Other
44 stars 34 forks source link

Is there any way to set pageindicator at top? #14

Open ghost opened 7 years ago

ghost commented 7 years ago

I want to sent pageIndicators at top of slider, but can't getting.

Anyone have any idea?

otnielgomez commented 6 years ago

I firuged out that you can add footerMarginTop attibute to your tag. By setting to 0 it should work. Example: <slides height="100%" loop="true" class="sliderContainer" [pageIndicators]="true" pageHeight="240" footerMarginTop="220">