ng-image-slider icon indicating copy to clipboard operation
ng-image-slider copied to clipboard

Angular Image Slider with Lightbox.

Results 62 ng-image-slider issues
Sort by recently updated
recently updated
newest added

Is it possible to autoplay the video in the slider itself without the lightbox popup?

Instead of opening the lightbox in a full screen, I want to make so that it takes only a portion of the screen & the rest is overlayed. Sort of...

enhancement

import { Component, Input, OnInit, Output, ViewChild } from '@angular/core'; import { NgImageSliderComponent } from 'ng-image-slider'; @Component({ selector: 'app-image-slider', templateUrl: ' ', styleUrls: ['./image-slider.component.css'] }) export class ImageSliderComponent implements OnInit...

1st Scenario : - I've current screen size 1366 x 768 and I've 7 images into ng-image-slider images object. - And It fit's perfect in the screen by width. 2nd...

Thanks for your efforts, I have the same problem like #50 I find out that you are using the file extension to determine the type of the file (image, youtube...

ng-image-slider can work with angular 11, I have tried, forcing the installation, since there were conflicts, however, I configured everything according to the documentation, and the slider works, but an...

Hello, I would like to use your slider to display some images, however these images are not all uniform widths. They are the same height however. I have set a...

enhancement

I've wanted a behavior where I can to specify some input property as default selected index image.

I am unable to load images with specified width(500). Please find below code snippets, TS code imageObject = [{ image: 'assets/img/Model_Combination/sample_01.png' }, { image: 'assets/img/Model_Combination/sample_02.png' }, { image: 'assets/img/Model_Combination/sample_03.png' },{...