Skip to content

Instantly share code, notes, and snippets.

@Pross
Created February 22, 2022 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pross/a1c7e8270fd909542fb571747e97ca1c to your computer and use it in GitHub Desktop.
Save Pross/a1c7e8270fd909542fb571747e97ca1c to your computer and use it in GitHub Desktop.
Add to layout js for page
(function($){
$(document).ready(function(){
// remember to replace node id
let video = $( '.fl-module-video.fl-node-7nwclb8z526j .fl-video-poster' );
video.attr('data-mfp-src', video.data('mfp-src') + '/?rel=0&' );
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment