Skip to content

Commit

Permalink
Merge pull request #412 from cloudinary/ME-6929-histogram-plugin
Browse files Browse the repository at this point in the history
ME-6929-histogram-plugin - Example page
  • Loading branch information
tsi authored Aug 13, 2023
2 parents 989b69d + d40ea33 commit 4f8780a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/histogram.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
var player = cloudinary.videoPlayer('player', {
cloud_name: 'demo',
publicId: 'cld-imagine',
histogram: true
showHistogram: true
});

}, false);
Expand Down Expand Up @@ -77,7 +77,7 @@ <h3 class="mt-4">Example Code:</h3>
var player = cloudinary.videoPlayer('player', {
cloud_name: 'demo',
publicId: 'cld-imagine',
histogram: true
showHistogram: true
});
</code>
</pre>
Expand Down

0 comments on commit 4f8780a

Please sign in to comment.