Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created December 12, 2016 13:09
Show Gist options
  • Save pro-beaver/35361e2e88447c648d0b065e8dc13f18 to your computer and use it in GitHub Desktop.
Save pro-beaver/35361e2e88447c648d0b065e8dc13f18 to your computer and use it in GitHub Desktop.
Retina Image display in Beaver Builder photo module
/**
* Retina Image display in Beaver Builder photo module
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=1044
*
*/
.retina-image img {
width: 50% !important;
height: 50% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment