diff --git a/dotcom-rendering/src/components/InteractiveBlockComponent.importable.tsx b/dotcom-rendering/src/components/InteractiveBlockComponent.importable.tsx index b48a17786b4..b843e8ae7ae 100644 --- a/dotcom-rendering/src/components/InteractiveBlockComponent.importable.tsx +++ b/dotcom-rendering/src/components/InteractiveBlockComponent.importable.tsx @@ -334,7 +334,10 @@ export const InteractiveBlockComponent = ({ : false; const isUploaderEmbedPath = - url && url.includes('interactive.guim.co.uk/uploader/embed/') + url && + (url.includes('interactive.guim.co.uk/uploader/embed/') || + url.includes('superyacht') || + url.includes('choropleth_map_maker')) ? true : false;