Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created February 26, 2016 18:59
Show Gist options
  • Save ericakfranz/61ec46e18a872e27fd8e to your computer and use it in GitHub Desktop.
Save ericakfranz/61ec46e18a872e27fd8e to your computer and use it in GitHub Desktop.
Remove title attribute from Envira Gallery images to prevent it from appearing on hover.
<script type="text/javascript">
jQuery('document').ready(function($){
$('.envira-gallery-image[title]').removeAttr('title');
});
</script>
@A-Buzon
Copy link

A-Buzon commented Dec 20, 2017

Ahhhh thank you! Can I use a async or defer with this? If so, which do you recommend? Sorry, total newb, obviously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment