omZoom
Wordpress plugin for zooming images like Medium
How to install
- Download Latest Version
- Unzip to
wp-content/plugins
- Activate plugin in Wordpress Admin Area
Change overlay background color
Just add follow CSS code to your tepmplate:
.medium-zoom-overlay {
background-color: rgba(255, 255, 255, .5)!important;
}