Skip to content

Instantly share code, notes, and snippets.

@martinmev
Last active January 29, 2016 20:33
Show Gist options
  • Save martinmev/2b219d7684b73692c96f to your computer and use it in GitHub Desktop.
Save martinmev/2b219d7684b73692c96f to your computer and use it in GitHub Desktop.
Drupal HTML article: Delete the teaser image and display the first image (from Drupal Galleria module) in Lightbox (on click).
<script type="text/javascript">
<!--
try { $('.Image')[0].outerHTML=''; } catch(err) {};
-->
</script></p>
<p><a href="#" onclick="Lightbox.start(
$('#galleria-content ul.galleria li a:eq(0)')[0]);
return false;"><img src="/sites/default/files/posli_to_dal2.jpg" style="float: left;"/></a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment