
  jQuery('document').ready(function($){
  	$('.envira-gallery-image[title]').removeAttr('title');
  });
