File "googlemaps.min-20250626095759.js"
Full path: /home/argothem/www/v4_old/plugins-dist/mediabox/lib/lity/plugins/googlemaps/googlemaps.min-20250626095759.js
File size: 597 bytes
MIME-type: text/plain
Charset: utf-8
/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
!function(a,b){"function"==typeof define&&define.amd?define(["lity"],function(a){b(a)}):b("object"==typeof module&&"object"==typeof module.exports?require("lity"):a.lity)}("undefined"!=typeof window?window:this,function(a){"use strict";var b=/((maps|www)\.)?google\.([^\/\?]+)\/?((maps\/?)?\?)(.*)/i;a.handlers("googlemaps",function(c,d){var e=b.exec(c);return!!e&&a.iframe("https://www.google."+e[3]+"/maps?"+e[6],d,{output:e[6].indexOf("layer=c")>0?"svembed":"embed"},c)})});