diff --git a/public_html/js/Presenters/PostPresenter.js b/public_html/js/Presenters/PostPresenter.js index 83963586..15218af8 100644 --- a/public_html/js/Presenters/PostPresenter.js +++ b/public_html/js/Presenters/PostPresenter.js @@ -149,6 +149,7 @@ App.Presenters.PostPresenter = function( function softRender() { renderSidebar(); + syncFitModeButtons(); $el.find('video').prop('loop', post.flags.loop); }