vue-photoswipe
Version:
PhotoSwipe plugin for Vue.js 2.0
21 lines (20 loc) • 569 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>PhotoSwipe</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="format-detection" content="telephone=no, email=no">
<style>
body {
height: 100%;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>