diff --git a/public/js/grocy.js b/public/js/grocy.js index 6e3af619..edd5d66c 100644 --- a/public/js/grocy.js +++ b/public/js/grocy.js @@ -1236,3 +1236,8 @@ $(document).on("click", "#clear-filter-button", function(e) // to prevent that the tooltip stays until clicked anywhere else document.activeElement.blur(); }); + +$(document).on("shown.bs.modal", function(e) +{ + ResizeResponsiveEmbeds(); +})