1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(refactor): changed embed code iframe size to 720x1280

This commit is contained in:
2023-11-29 22:58:45 +05:30
parent 0328bae8f4
commit 22d5fa0528
2 changed files with 2 additions and 2 deletions

View File

@@ -341,7 +341,7 @@ function activate_share() {
//change pageUrlInput value to current page
linkInput.value = window.location.href;
//genrate embed code for current page link
embedCode.innerHTML = '<iframe
src="' + window.location.href + '"
height="200"
width="300"
title="embed-neosubhamoy-portfolio"></iframe>';
embedCode.innerHTML = '<iframe
src="' + window.location.href + '"
height="720"
width="1280"
title="embed-neosubhamoy-portfolio"></iframe>';
windowWrapper.classList.remove("hidden");
windowWrapper.classList.add("flotingbar-window-wrapper-show");
shareBtn.classList.add("hidden");