diff --git a/trakt.simplifier.user.js b/trakt.simplifier.user.js index 526ed65..186b21a 100644 --- a/trakt.simplifier.user.js +++ b/trakt.simplifier.user.js @@ -39,7 +39,10 @@ } }); - // @todo Trigger resize? + // Trigger resize + if ($grid) { + $grid.data('isotope').layout(); + } function processEpisode(that) { let $ep = $(that);