We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2f8bc commit 8b82328Copy full SHA for 8b82328
README.md
@@ -34,6 +34,7 @@ To retrieve the data of your channel follow the official instagram doc: https://
34
Changelog
35
----------
36
37
+* 4.1.0 - Use only cropped images
38
* 4.0.0 - API call optimization / Added configuration to do less call
39
* 3.0.0 - Update dependency for magento 2.1
40
* 2.2.1 - Fix like display configuration bug
view/frontend/web/js/InstagramWidget.js
@@ -92,7 +92,6 @@ define([
92
count: config.num_photos
93
},
94
success: function(data){
95
- console.log(data);
96
var html = that._render(data);
97
that._setStream(html);
98
that._setCookie(html, config.frequency);
0 commit comments