Skip to content

Instantly share code, notes, and snippets.

@rubentd
Created October 29, 2019 18:57
Show Gist options
  • Save rubentd/d14eb791593072adb544c92284c3c6c9 to your computer and use it in GitHub Desktop.
Save rubentd/d14eb791593072adb544c92284c3c6c9 to your computer and use it in GitHub Desktop.
$("#ampliar_imagen").on('click', function(e) {
e.preventDefault();
$('figure > a.vce-single-image-inner.vce-single-image--absolute').trigger('click');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment