GIPHY Production Requirements
When you are ready to move to GIPHY production key, they require you to have their copyright, its easy to add with following CSS:
.bpbm-gif:before { position: absolute; content: 'GIPHY'; bottom: 5px; right: 5px; background: #000000; padding: 0px 6px; color: white; border-radius:3px; opacity: 0.5; font-size: 10px; line-height: 17px; z-index: 10; } .bpbm-gifs-selector-gif-container:before{ position: absolute; content: 'Powered by GIPHY'; bottom: 5px; left: 5px; background: #000000; padding: 0px 6px; color: white; border-radius:3px; opacity: 0.5; font-size: 10px; line-height: 17px; z-index: 10; }