Skip to content

Instantly share code, notes, and snippets.

return "<img width='$width' height='$height' src='https://api.mapbox.com/styles/v1/mapbox/streets-v10/static/$lnglat,9.67,0.00,0.00/{$width}x{$height}@2x?access_token=$mapboxkey'>";
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>AR Quick Look Example</title>
<script>
/* from Apple's AR Quick Look Gallery */
(function () {
var isRelAR = false;
var a = document.createElement('a');
if (a.relList.supports('ar')) {