{"id":2275,"date":"2026-06-11T02:00:34","date_gmt":"2026-06-11T00:00:34","guid":{"rendered":"https:\/\/acbv.fr\/club\/?page_id=2275"},"modified":"2026-06-11T02:31:49","modified_gmt":"2026-06-11T00:31:49","slug":"webcam","status":"publish","type":"page","link":"https:\/\/acbv.fr\/club\/webcam\/","title":{"rendered":"WEBCAM"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2275\" class=\"elementor elementor-2275\">\n\t\t\t\t<div class=\"elementor-element elementor-element-badc950 e-flex e-con-boxed e-con e-parent\" data-id=\"badc950\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-05b938a e-con-full e-flex e-con e-child\" data-id=\"05b938a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-735b1d9 elementor-widget elementor-widget-heading\" data-id=\"735b1d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">WEBCAM<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d25a42c e-con-full e-flex e-con e-parent\" data-id=\"d25a42c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e51864 elementor-widget elementor-widget-html\" data-id=\"1e51864\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<style>\r\n* {box-sizing: border-box;}\r\n\r\n.img-magnifier-container {\r\n  position:relative;\r\n}\r\n\r\n.img-magnifier-glass {\r\n  position: absolute;\r\n  border: 3px solid #000;\r\n  border-radius: 30%;\r\n  cursor: none;\r\n  \/*Set the size of the magnifier glass:*\/\r\n  width: 100px;\r\n  height: 100px;\r\n}\r\n<\/style>\r\n<script>\r\nfunction magnify(imgID, zoom) {\r\n  var img, glass, w, h, bw;\r\n  img = document.getElementById(imgID);\r\n  \/*create magnifier glass:*\/\r\n  glass = document.createElement(\"DIV\");\r\n  glass.setAttribute(\"class\", \"img-magnifier-glass\");\r\n  \/*insert magnifier glass:*\/\r\n  img.parentElement.insertBefore(glass, img);\r\n  \/*set background properties for the magnifier glass:*\/\r\n  glass.style.backgroundImage = \"url('\" + img.src + \"')\";\r\n  glass.style.backgroundRepeat = \"no-repeat\";\r\n  glass.style.backgroundSize = (img.width * zoom) + \"px \" + (img.height * zoom) + \"px\";\r\n  bw = 3;\r\n  w = glass.offsetWidth \/ 2;\r\n  h = glass.offsetHeight \/ 2;\r\n  \/*execute a function when someone moves the magnifier glass over the image:*\/\r\n  glass.addEventListener(\"mousemove\", moveMagnifier);\r\n  img.addEventListener(\"mousemove\", moveMagnifier);\r\n  \/*and also for touch screens:*\/\r\n  glass.addEventListener(\"touchmove\", moveMagnifier);\r\n  img.addEventListener(\"touchmove\", moveMagnifier);\r\n  function moveMagnifier(e) {\r\n    var pos, x, y;\r\n    \/*prevent any other actions that may occur when moving over the image*\/\r\n    e.preventDefault();\r\n    \/*get the cursor's x and y positions:*\/\r\n    pos = getCursorPos(e);\r\n    x = pos.x;\r\n    y = pos.y;\r\n    \/*prevent the magnifier glass from being positioned outside the image:*\/\r\n    if (x > img.width - (w \/ zoom)) {x = img.width - (w \/ zoom);}\r\n    if (x < w \/ zoom) {x = w \/ zoom;}\r\n    if (y > img.height - (h \/ zoom)) {y = img.height - (h \/ zoom);}\r\n    if (y < h \/ zoom) {y = h \/ zoom;}\r\n    \/*set the position of the magnifier glass:*\/\r\n    glass.style.left = (x - w) + \"px\";\r\n    glass.style.top = (y - h) + \"px\";\r\n    \/*display what the magnifier glass \"sees\":*\/\r\n    glass.style.backgroundPosition = \"-\" + ((x * zoom) - w + bw) + \"px -\" + ((y * zoom) - h + bw) + \"px\";\r\n  }\r\n  function getCursorPos(e) {\r\n    var a, x = 0, y = 0;\r\n    e = e || window.event;\r\n    \/*get the x and y positions of the image:*\/\r\n    a = img.getBoundingClientRect();\r\n    \/*calculate the cursor's x and y coordinates, relative to the image:*\/\r\n    x = e.pageX - a.left;\r\n    y = e.pageY - a.top;\r\n    \/*consider any page scrolling:*\/\r\n    x = x - window.pageXOffset;\r\n    y = y - window.pageYOffset;\r\n    return {x : x, y : y};\r\n  }\r\n}\r\n<\/script>\r\n<\/head>\r\n<body>\r\n\r\n<h1><\/h1>\r\n\r\n<p><center>Pointez la souris pour zoomer<\/center><\/p>\r\n\r\n<div class=\"img-magnifier-container\">\r\n  <img decoding=\"async\" id=\"myimage\" src=\"https:\/\/acbv.fr\/images\/webcam\/ACBVext.jpg\" width=\"4606px\" height=\"1728px\" alt=\"ACBVext\" title=\"WEBCAM\">\r\n<\/div>\r\n\r\n<p><center>Vue Sud-Ouest PISTE 12-30.<\/center><\/p>\r\n\r\n<script>\r\n\/* Initiate Magnify Function\r\nwith the id of the image, and the strength of the magnifier glass:*\/\r\nmagnify(\"myimage\", 3);\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-354bc17 e-flex e-con-boxed e-con e-parent\" data-id=\"354bc17\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b7db49f elementor-widget elementor-widget-html\" data-id=\"b7db49f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"https:\/\/metar-taf.com\/metar\/LFOT\" id=\"metartaf-5DZs7qlF\" style=\"font-size:18px; font-weight:500; color:#000; width:300px; height:435px; display:block\">METAR Tours Val de Loire Airport<\/a>\r\n<script async defer crossorigin=\"anonymous\" src=\"https:\/\/metar-taf.com\/embed-js\/LFOT?u=85559&qnh=hPa&rh=rh&target=5DZs7qlF\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4fa0638 e-flex e-con-boxed e-con e-parent\" data-id=\"4fa0638\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>WEBCAM Pointez la souris pour zoomer Vue Sud-Ouest PISTE 12-30. METAR Tours Val de Loire Airport<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2275","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/pages\/2275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/comments?post=2275"}],"version-history":[{"count":49,"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/pages\/2275\/revisions"}],"predecessor-version":[{"id":2325,"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/pages\/2275\/revisions\/2325"}],"wp:attachment":[{"href":"https:\/\/acbv.fr\/club\/wp-json\/wp\/v2\/media?parent=2275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}