Skip to content

Commit

Permalink
Merge pull request #1178 from GrosPoulet/master
Browse files Browse the repository at this point in the history
Fix for plug-in: Kick.com
  • Loading branch information
GrosPoulet authored Jul 22, 2023
2 parents 225ba76 + 85103f0 commit f03a8ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/kick_a.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var hoverZoomPlugins = hoverZoomPlugins || [];
hoverZoomPlugins.push({
name:'kick_a',
version:'0.2',
version:'0.3',
prepareImgLinks:function (callback) {
var name = this.name;
var res = [];
Expand Down Expand Up @@ -30,6 +30,7 @@ hoverZoomPlugins.push({
var link = $(this);
const clipUrl = src.replace('-thumbnail.jpeg', '.mp4');
link.data().hoverZoomSrc = [clipUrl];
callback(link, name);
hoverZoom.displayPicFromElement(link);
});

Expand Down

0 comments on commit f03a8ff

Please sign in to comment.