OzzyCzech / omZoom

Wordpress plugin for zooming images like Medium
1 stars 1 forks source link
lightbox medium plugin wordpress wordpress-plugin zoom-images

omZoom

Wordpress plugin for zooming images like Medium

How to install

  1. Download Latest Version
  2. Unzip to wp-content/plugins
  3. 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;
}

Credits