Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
27 views

<Svelte> making image-map in mobile

I'm trying to make image-mapping in svelte. Actually, this is working in PC but not in mobile. So, I wanted to import rwdImageMaps and this is controlled by jQuery. Because of this, I installed jQuery,...
GraceJoo's user avatar
0 votes
0 answers
27 views

How to include img tag in html2canvas.js code? [duplicate]

I'm making paper documents into html web documents. There is a webpage as shown in the picture below, and if you type and sign and click Save, it will be saved as a *.png image file. However, if there ...
아��작's user avatar
-1 votes
1 answer
38 views

How to generate background color like this with jQuery?

how I can generate a similar background image with jquery? Thanks!
cent89's user avatar
  • 121
0 votes
1 answer
53 views

Resize images using JavaScript

I have an input of file type with multiple selection property. When the user selects a file, I compress the files using the JavaScript function. Now I wanted to change the length and width of the ...
Aliparsa's user avatar
1 vote
1 answer
48 views

Image viewer with thumbnail Arrow Keys and Click - not able to focus again on click

I have a fairly simple image viewer that puts small images (thumbnails) into a div and allows the user to left and right arrow through the thumbnails and see the larger image below. It also focuses ...
Paulwracc16's user avatar
0 votes
1 answer
18 views

Reload Image with jquery

I have the following jquery code : function ajax_set_thumbnail(item_id, full_path) { xhttp = new XMLHttpRequest(); var params = 'full_path=' + full_path; xhttp.open("POST", "/ajax/...
f42's user avatar
  • 15
0 votes
1 answer
157 views

How to create image preview?

I am trying to implement lighbox2 to my website, however, it does not work as presented. On the official website, it shows the preview but I cannot get it to show it. It just says "Image 1" ...
samokosik's user avatar
0 votes
1 answer
88 views

How to recursively compress an image in js or jquery after cropping by Croppie.js

The user uploads an image and crops it using Croppie.js, I compress the image recursively up to the size I define. I create an img element, create a canvas with the img data, and lower the quality to ...
Nissim Elbaz's user avatar
0 votes
0 answers
14 views

showing a preloading gif until all the images is fully loaded? [duplicate]

I want de add preloading of all images of website ( with class="img-loading" ) I find this code Jquery: $('img').css('opacity', function() { $(this).wrap("<div class='img-loading'&...
Nedjma Média's user avatar
1 vote
2 answers
140 views

How to detect background-image loading for each page lazyload element to prevent broken images

I'm trying over my computer to make a lazyloader for images that dynamically replaces the css value background-image with the attribute data-bgimg The code for doing this it's very simple. See below: $...
javascriptprogrammerf's user avatar
1 vote
1 answer
41 views

How do I render API image data in HTML

I'm new to coding and I'm working on this for a project and need some direction. I tried looking online for my answer but they all seem to be written differently or API functions differently, etc. For ...
Ryan Caltabiano's user avatar
-1 votes
2 answers
32 views

Can't fade in an image loaded with jquery

I'm a novice at jQuery and I don't understand why the image displays, but it doesn't fade in as the jQuery documentation suggests. <!DOCTYPE HTML> <html lang='en'> <head> <meta ...
Ed S.'s user avatar
  • 93
0 votes
0 answers
36 views

Slideshow lag between image and text when leaving and returning to page

Vegas slideshow lag between image and text when leaving and returning to page I am using the Vegas JavaScript library to create a slideshow on my website. The slideshow works fine when I stay on the ...
nechmi bader's user avatar
0 votes
0 answers
30 views

How to stretch background image of a div

I have resizable divs with background images, and contrary to usual needs, I would like the background to stretch and fill the div when it is resized. How would I achieve this? I was thinking about ...
kur0bane's user avatar
0 votes
1 answer
215 views

Image Resizing issue on KonvaJs Jquery Canvas

I am facing an issue with image resizing on overlay image with background image using KonvaJs JQuery. I want to set the resizing only on image, not for entire image size. Please find the attached ...
Parivallal Jayapragasam's user avatar

15 30 50 per page
1
2 3 4 5
443