sanjayV / ng-image-slider

Angular Image Slider with Lightbox.
https://sanjayv.github.io/ng-image-slider/
MIT License
105 stars 51 forks source link

[Question] Customizing lightbox #128

Open usersina opened 3 years ago

usersina commented 3 years ago

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 like this (click on any image in the example)

How can I edit the lightbox? Thank you.

jayyren commented 1 year ago

Also came across with need to customize some styles, I guess for now the only way is to patch node nodules

Ceddaerrix commented 1 year ago

I am a similar situation for which the lightbox in a full screen does not suit me.

@jayyren Could you provide some hints on customizing styles for this component? ( I have having my own ng-image-fullscreen-view style in my project, but it was not taken)

jayyren commented 1 year ago

@Ceddaerrix try ::ng-deep, though it's deprecated but it should help https://stackoverflow.com/questions/47024236/what-to-use-in-place-of-ng-deep

sanjayV commented 1 year ago

@Ceddaerrix @jayyren I am working on this Creating new configuration by which you can set fullScreen mode true/false.