Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
235 views

I’m trying to create a 15px yellow scalloped border around generic content divs (e.g. with background photos or videos) for a nonprofit preschool website. Here’s the effect I’m aiming for: I’m using ...
PassionateLogic's user avatar
6 votes
4 answers
441 views

How to find first image or first video thumbnail in a webpage? My code (below) retrieves an image but it's always not the first visible image and it doesn't fetch video thumbnails properly as well. ...
user352290's user avatar
  • 1,360
1 vote
0 answers
36 views

How can I seek playback time of a gif? I'm trying to have a progress bar for gifs to pause/seek at specific gif's playback time. I couldn't find any HTML DOM property/interface like videoElement....
Omar's user avatar
  • 7,811
0 votes
1 answer
258 views

I am trying to use a picture tag to show an animated image (gif), but it is not loading. The same file loads fine when I use an img tag. Why is that? What am I doing wrong? <!-- This works --&...
dreamski21's user avatar
0 votes
2 answers
182 views

As a part of a before upload control, I check if added files actually match the filetype that their extension describes. I do a filecheck using a hidden element. and if it fails, it gets removed after ...
Christian Feilert's user avatar
0 votes
1 answer
530 views

I'm using an Arduino Esp32 with a camera to stream video into a web page I've created. The Esp32 shuts down after around an hour and so the the page needs refreshing to bring the stream back (the ...
Dr pepper's user avatar
3 votes
0 answers
1k views

Seems that aspect ratio is not calculated for every picture source and only taken from the img tag itself. This prevents the plugin to work in art direction mode with different aspect ratio. img { ...
Robert's user avatar
  • 185
0 votes
1 answer
219 views

Is there a way to download a canvas image to a file folder without a prompt showing up? I have found solutions requiring a prompt where you name the file, but I have not found any solutions where you ...
Hmkyriacou's user avatar
0 votes
1 answer
332 views

I have HTML pages that contains image tags with 2 'src' attributes, and I want to use BS to extract the first 'src' and not the second 'src'. For example: When I use BS as follows: from bs4 import ...
Noam Baron's user avatar
-3 votes
1 answer
114 views

I'm trying add the images to html5 code. <!DOCTYPE html> <html> <head> <title> trying the code </title> <body> <h1> html code </h1> <img src="...
Swathi Kader's user avatar
0 votes
1 answer
148 views

First posting here. I know inline php is not preferred but I haven't converted all my scripts to echo json_encoded arrays to work in javascript on the client side...so for now, I have inline php. I ...
kevin gifford's user avatar
5 votes
1 answer
2k views

I'm working on a screen-capture program. Currently, it's saving the output of the window as webm. I'm wondering if it's possible to save it as GIF instead using MediaRecorder, which is part of the ...
Joel's user avatar
  • 6,246
4 votes
2 answers
1k views

Referencing this article: https://cloudinary.com/blog/evolution_of_img_gif_without_the_gif What is the compatibility situation with videos in img in 2020? I don't know what the name of the feature is ...
Harry's user avatar
  • 55.4k