Ning Help Center

Animated GIF Network Logo

Animated GIF Network Logo

5 (100%) 1 vote

Instructions

The logo of your social network is resized when it is displayed. Normally this isn’t an issue, but for GIFs this breaks the animation functionality. To replace the logo, set the value of img_src to the URL of your image

<script type="text/javascript">
if (typeof(x$) != 'undefined') {
  var img_src = "http://www.example.com/my_image.gif";
  x$("#application_name_header_link img").attr("src", img_src);
}
</script>

 

Similar Articles: