Hi
My webcam image no longer seems to be able to enlarge on my site - any advice please.
Thanks and regards
Dave
Hi
As you have a live feed in the block have you configured this in the settings tabs in easyweather setup?
Also you are missing the forecast icons in your WXsim forecast as well.
I’ve not touched anything in the setings - just stopped enlarging a couple of weeks ago.
The icons seem to be there in the forecast.
Thanks for your time
Hi alienburt,
The webcam_c_block.php|00|2020-05-11|'; # customized version
It uses a hard-code link for the movie, not your easyweather settings.
It works correct.
The webcam_c_block uses for the pop-up href="webcam_popup.php"
That script does not exists.
But that is not a problem as the clicking inside the image is captured by the video script itself.
It uses for the enlarge link: image_popup.php?nr=wcam1
with the link from your easyweather settings
That does not work as there are strange html characters in it.
I tested with your link and it needs a modification of your current image_popup.php|01|2022-11-22| lines 86-90 Change those to:
$n = 'wcam1';
$pop_img[$n]['url'] = 'https://open.ivideon.com/embed/v2/?server=100-N0b0UhKpPaOXNNO0k4S6du&camera=65536&width=1920&height=1080&lang=en&ap=&fs=&noibw='; #$webcam_img.$extra_cam;
$pop_img[$n]['txt'] = 'webcam';
$pop_img[$n]['head'] = '';
$pop_img[$n]['show'] = 'frame';
It should look like this:
I have no idea how it could have worked in the past.
But with this small modification, it should work OK.
Succes,
Wim
Perfect Wim, many thanks works perfectly.
Knd regards
Dave