![]() |
Displaying local image file in HTML (image must link to local video file) - Printable Version +- Playnite Forums (https://playnite.link/forum) +-- Forum: Development (https://playnite.link/forum/forum-10.html) +--- Forum: Extensions (https://playnite.link/forum/forum-5.html) +--- Thread: Displaying local image file in HTML (image must link to local video file) (/thread-1144.html) |
Displaying local image file in HTML (image must link to local video file) - OneAngryGamer - 02-21-2022 I'm trying to display an image (local store) in HTML with a frame surrounding the image and when you click this image, it should open a video (local store) (the video will be played by the default video player for your PC) If I abuse <iframe, I get:
But if I use <a href= and img src I get:
Only 2 of 3 achieved. Desired solution is to achieve all 3 outcomes. Image must remain as a file so no embedding the image as base64 content. Any suggestions? |