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

[Question] Customizing lightbox

Open usersina opened this issue 4 years ago • 4 comments

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.

usersina avatar Jul 13 '21 07:07 usersina

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

jayyren avatar Nov 12 '22 18:11 jayyren

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)

Ceddaerrix avatar Dec 26 '22 18:12 Ceddaerrix

@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

jayyren avatar Jan 03 '23 20:01 jayyren

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

sanjayV avatar Jan 04 '23 05:01 sanjayV