francoischalifour / medium-zoom

🔎🖼 A JavaScript library for zooming images like Medium
https://medium-zoom.francoischalifour.com
MIT License
3.58k stars 160 forks source link

Customize overlay #193

Closed EvgeniyPanin closed 1 year ago

EvgeniyPanin commented 1 year ago

The problem

Can i customize .medium-zoom-overlay styles?

Solution

I need to set z-index to overlay to it cover other items with z-index property

Implementation

We car replace options.background property to options.backgroundStyles and pass HTMLAttributes.style object

francoischalifour commented 1 year ago

We explain how to override the Medium Zoom styles in the Debugging section.