Skip to content

Commit

Permalink
Fix some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritwik Srivastava authored and Ritwik Srivastava committed Jan 13, 2025
1 parent 0b6cf77 commit 82e0ac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/columns/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default function decorate(block) {
iframe.setAttribute('allow', 'accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture');
iframe.setAttribute('allowfullscreen', true);
iframe.classList.add('columns-video-col');
iframe.setAttribute('title', 'Video content');
videoUrl.replaceWith(iframe);
}
});
Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 82e0ac6

Please sign in to comment.