Skip to content

Commit 47e88ad

Browse files
committed
feat: 二圣果园
1 parent e3cd594 commit 47e88ad

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

_posts/2022-05-11-para.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: pure
3+
title: 二圣果园
4+
---
5+
6+
<style>
7+
body,html{
8+
height: 100%;
9+
margin: 0;
10+
padding: 0;
11+
12+
}
13+
#panorama {
14+
width: 100%;
15+
height: 100%;
16+
}
17+
</style>
18+
<link rel="stylesheet" href="/resource/2022/pannellum.css"/>
19+
<script src="/resource/2022/pannellum.js"></script>
20+
<div id="panorama"></div>
21+
<script>
22+
pannellum.viewer('panorama', {
23+
"type": "equirectangular",
24+
"panorama": "/resource/2022/para-es-0511.jpg",
25+
autoLoad: true,
26+
pitch :10,
27+
28+
});
29+
</script>

resource/2022/para-es-0511.jpg

2.71 MB
Loading

0 commit comments

Comments
 (0)