Questions tagged [image-enlarge]
55 questions
66
votes
10 answers
In Bootstrap open Enlarge image in modal
How do I open / enlarge an image in a modal using jquery / js and not data attributes?
Anytime a user inserts an image into a content editor I need it to be clickable to expand in a modal with js, so I cannot rely on the user to input data…

Jibes
- 895
- 2
- 11
- 18
16
votes
4 answers
simple Jquery hover enlarge
I'm not sure where I'm going wrong. I'm trying to create a very simple hover-enlarge plugin with Jquery using the scale function. Here is my code:
$(document).ready(function(){
$("#content img").toggle("scale",{
percent: "80%"
…

A-frame
- 293
- 2
- 3
- 8
5
votes
6 answers
Enlarging images with CSS (or jQuery) without moving everything else on the page
I have a dynamically generated set of images (with a comment near every image). I want to display every image with max-width and max-height of 48 px, but when the user is hovering over an image it grows to max-width and max-height of 200px. But…

Igal
- 5,833
- 20
- 74
- 132
4
votes
3 answers
Enlarge an image thumbnail on hover
Could anyone offer me some advice on how I might go about implementing a control in Silverlight that displays image thumbnails that when hovered over, enlarge it to a bigger size?

Goober
- 13,146
- 50
- 126
- 195
3
votes
2 answers
HTML CSS image grow
I want to add 6 images in an HTML form. I would like 3 in one row and the other 3 in the next row. the user brings the cursor on any of the images it should enlarge but should not disturb position of another 5 image
I would also like the image to…

dhruv parmar
- 71
- 7
3
votes
1 answer
Android: Picasso enlarging Image on Click?
I was using Picasso for a while now and I'm very satisfied with it. However I'm in need of enlarging an imageview's image which was loaded by Picasso. As in, I simply want to create a zoomImageFromThumb of the image. However the traditional…

Pjayness
- 365
- 1
- 6
- 22
3
votes
5 answers
Enlarging Image in New Window?
I just did a quick search for my question and couldn't find anything directly on point.
I'm still very new to HTML and was wondering if someone could tell me how I could add a picture to my website and set the code so that if I click on it, it…

user283994
- 31
- 1
- 1
- 2
3
votes
3 answers
image processing - enlarging an image using FFT (Matlab code)
I'm trying to write a simple matlab code which enlarges an image using fft. I tried the known algorithm for image expansion, which computes the Fourier transform of the image, pads it with zeros and computes the inverse Fourier of the padded…

ibezito
- 5,782
- 2
- 22
- 46
2
votes
1 answer
How can I display thumbnails of images in a grid and then open one image in new window using tkinter and python?
Update: Figured out a solution and updated as a self answer.
I have 20 jpg images in a directory. Using Python 3.7 + Tkinter 8.6.10. I access them, resize and display them in a main Window in a a grid. The grid has 12 rows x 5 columns = 60…

rbewoor
- 305
- 1
- 3
- 14
2
votes
2 answers
Is there a way to detect a mouseover in a grid-area of a CSS grid?
I don't have any code to provide as to what I've tried so far because it's just a hypothetical question at this point.
I have a large image, and it is centered width-wise in one area of a CSS grid. The large image is "zoned" into three vertical…

Yetanotherusername
- 109
- 8
2
votes
1 answer
Enlarging image in WPF
I have a WPF application which checks for new images in a certain parent directory, and if there are new images, it switches the currently displayed images (I have 6 images).
I would like to add a feature which will allow a user to click on one of…

Idanis
- 1,918
- 6
- 38
- 69
2
votes
1 answer
Enlarge image view on iOS
I am trying to find a way to open an image in fullscreen from a thumbnail, in the same style the Facebook app on iOS does. https://i.stack.imgur.com/zjvrg.png Here is what I have and would like to enlarge the picture of the tram.
Any help would be…

Matt McInnes
- 99
- 9
1
vote
2 answers
How might I enlarge image in java without losing quality?
I am working with images in Java. I have a set of images - let's say 600x800 pixels each.
I resize them at 100x100 and I make some stuff on it. Now I would like to enlarge the image at the beginning size without losing my changing and pixel quality.…

Gianfra
- 1,119
- 4
- 17
- 33
1
vote
1 answer
How to make image view scrollable in Android
How to make a image view scroll vertically. Demo images are uploaded below.
How to shrink image view?
Image 1.
Image 2.
Image 3.
when user scroll up imageview get shrink from image 1 view to image .3 view
when user scroll down imageview…

Suman Radhakrishnan
- 438
- 8
- 16
1
vote
0 answers
How to change screen resolution of android phone using IONIC?
Can I change my android phone's screen resolution using Ionic?
Purpose is to enlarge font and images.
This will be applicable to all apps and home screen for mobile.
is there any package in ionic to do so?

HamidKhan
- 545
- 1
- 6
- 9