francoischalifour / medium-zoom

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

Is it possible to change the opacity of the overlay background? #112

Closed oktu closed 4 years ago

francoischalifour commented 4 years ago

You can give any color to the background, including an rgba value with a specific opacity:

mediumZoom('#image', {
  background: 'rgba(255, 255, 255, 0.5)',
});