网站设计-360旅游-贴合window
Website design - 360 tour - fitting the with of the window
我想知道如何使此代码中链接的 360 虚拟游览适合正在查看游览的 window 的宽度。正如您现在看到的,宽度在“1600”处是静态的我对编码一无所知。我从别人为我做的代码中复制并粘贴了这个。如果可能的话,我将不胜感激,我可以将一些内容粘贴回 php 文件中(哈哈紧张的笑声)。
代码:
<!DOCTYPE html>
<html class="no-js" lang="en-US">
<head>
<title>Footage Marketing | 360 Virtual Real Estate Tours</title>
<!-- Meta Tags Subroutine -->
<?php include("meta_sub.php"); ?>
<!-- End Head and Start Body -->
</head>
<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 link="grey" vlink="grey">
<!-- Style Sheets -->
<?php include("style.php"); ?>
<!-- Link to virtual tour-->
<script async src="https://static.theasys.io/embed.js" data-theasys="L3qvbCHtbsfLwgMoUVGvwYmU7juxCX"
data-width="1600" data-height="800">
</script>
</body>
</html>
您应该只将 data-width 和 data-height 更改为 100%
如果您在页面中滚动,可以将其更改为 99%
我想知道如何使此代码中链接的 360 虚拟游览适合正在查看游览的 window 的宽度。正如您现在看到的,宽度在“1600”处是静态的我对编码一无所知。我从别人为我做的代码中复制并粘贴了这个。如果可能的话,我将不胜感激,我可以将一些内容粘贴回 php 文件中(哈哈紧张的笑声)。
代码:
<!DOCTYPE html>
<html class="no-js" lang="en-US">
<head>
<title>Footage Marketing | 360 Virtual Real Estate Tours</title>
<!-- Meta Tags Subroutine -->
<?php include("meta_sub.php"); ?>
<!-- End Head and Start Body -->
</head>
<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 link="grey" vlink="grey">
<!-- Style Sheets -->
<?php include("style.php"); ?>
<!-- Link to virtual tour-->
<script async src="https://static.theasys.io/embed.js" data-theasys="L3qvbCHtbsfLwgMoUVGvwYmU7juxCX"
data-width="1600" data-height="800">
</script>
</body>
</html>
您应该只将 data-width 和 data-height 更改为 100% 如果您在页面中滚动,可以将其更改为 99%