• When an Instagram plugin I’d previously used for a client’s site began generating “unresponsive script” errors, I needed a replacement post haste. After auditing several plugins which were sadly lacking, I found this one. It needs no API keys and the thumbnail sizes can be adjusted by adding this CSS snippet to your stylesheet:

    ul.instagram-pics li img {
    max-width: 150px !important;
    height: auto !important;
    }

    Worked like a charm.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Nice plugin, needs no API’ is closed to new replies.