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