react-image-magnify icon indicating copy to clipboard operation
react-image-magnify copied to clipboard

how to make large image background solid?

Open vishalofl opened this issue 5 years ago • 2 comments

vishalofl avatar Jul 19 '19 10:07 vishalofl

in ReactImageMagnify configuration you can set enlargedImageContainerClassName and in css you can set background-color for this class

dawidholisz avatar Sep 24 '19 11:09 dawidholisz

in ReactImageMagnify configuration you can set enlargedImageContainerClassName and in css you can set background-color for this class

Yeah, set class to : z-index: 10; opacity: 1; filter:alpha(opacity=100);//兼容ie

Flatheadman avatar Oct 21 '19 00:10 Flatheadman