Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active July 15, 2017 11:23
Show Gist options
  • Save robhob/efc523efc330c5e7359a6ff6c159d662 to your computer and use it in GitHub Desktop.
Save robhob/efc523efc330c5e7359a6ff6c159d662 to your computer and use it in GitHub Desktop.
<ul class="colorpicker">
<li><img src="/wp-content/uploads/2017/07/teacup1.png" onclick="showImage('/wp-content/uploads/2017/07/teacup1.png','Blue');" data-pin-nopin="true"><br>Blue</li>
<li><img src="/wp-content/uploads/2017/07/teacup2.png" onclick="showImage('/wp-content/uploads/2017/07/teacup2.png','Red');" data-pin-nopin="true"><br>Red</li>
<li><img src="/wp-content/uploads/2017/07/teacup3.png" onclick="showImage('/wp-content/uploads/2017/07/teacup3.png','Orange');" data-pin-nopin="true"><br>Orange</li>
<li><img src="/wp-content/uploads/2017/07/teacup4.png" onclick="showImage('/wp-content/uploads/2017/07/teacup4.png','Green');" data-pin-nopin="true"><br>Green</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment