Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here's the sample code you can customize to point to your own images:

Code Block
languagejs
<script>$(document).ready(function() {$('.mal-usr').attr('src', 'https://www.xxx.com/yourleftimage.gif');$('.mar-usr').attr('src', 'https://www.xxx.com/yourrightimage.gif');});</script>