Skip to content

Commit

Permalink
Merge pull request #1538 from hlxsites/lpui-issue
Browse files Browse the repository at this point in the history
lp ui issue
  • Loading branch information
dev-rajneeshkumar authored Nov 13, 2024
2 parents 92b157f + c780fbb commit ad67c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/landing-page/landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function handleEmbed() {
const observer = new MutationObserver((mutations) => {
const embed = document.querySelector('main .embed.block.embed-is-loaded');
if (embed) {
iframeResizeHandler(embed, 'iframeContent');
iframeResizeHandler('iframeContent');

// adjust parent div's height dynamically
mutations.forEach((record) => {
Expand Down

0 comments on commit ad67c18

Please sign in to comment.