Questions tagged [image-enlarge]
55 questions
0
votes
0 answers
How to enlarge thumbnail "inside" the gallery
I've been struggling with one thing for several days now, but I haven't found a solution yet.
On the website https://test3.kk-marketing.sk/test/ I have created a carousel with an image gallery. Now I need to do the following:
When I click on the…

nirak
- 3
- 2
0
votes
1 answer
Enlarging multiple images with hover over
So I am trying to enlarge an image with hover over, so I looked at a few examples online and it is able to work for a single image, however I would like for it to work with multiple images, these are the codes i found online thats work with a single…

GJJ
- 494
- 3
- 8
- 18
0
votes
0 answers
How to enlarge image on click?
I'm learning PHP for my college project and already have done lots of things with PHP. I'm fetching the images from database with PHP and want to enlarge them on click.

Rupinder Aulakh
- 1
- 2
0
votes
1 answer
react-native webview image Click to enlarge
My page is webview display html code returned by the background program.
Now need to achieve click image to enlarge effect,And if there is more than one picture in the page, a picture list appears, can swipe right and left.I do not have a solution…

zzjddg
- 3
- 2
0
votes
1 answer
Clicking SVG shape and enlarge with another Image
I have been looking at a lot of example for enlarging an image with the same image
$("#imgSmall").click(function(){
…

Penny Pang
- 535
- 2
- 8
- 23
0
votes
1 answer
Enlarge on hover image overlap issue (CSS Transform: Scale)
I've been struggling with creating a page on which I can display multiple images which, on hover, will enlarge approximately 80% of the page width.
To do this, based on the answers of other questions on here, I have used transform: scale ().
The…

Michael Sandford
- 35
- 1
- 1
- 5
0
votes
1 answer
How do I make hover enlarge drop shadow float above other pictures?
I'm trying to make these boxes on hover float above the others.. not behind.
http://sallydrennon.com/xnew/garbage.html
Secondly.. in the original code there are rounded corners (as seen in the very bottom square w/ no picture) but in mine the…

Marc
- 115
- 4
0
votes
0 answers
increase image size by percent on mouseover
I am making a website on Weebly. I want all images to increase in size on mouseover. Some of them are different sizes, so I would like to do it by percent. I found a code and tried editing it myself, but it is not working. Here is the code I…

msmarshall
- 1
- 1
0
votes
0 answers
MATLAB enlarge 3D plot without enlarging colorbar
Is it possible to enlarge a 3D patch without altering the size of the colorbar? My original picture is like this one:
I just want to enlarge the block in the middle of the figure keeping the colorbar unchanged. I used zoom(1.9) before, it is good…

Kelvin S
- 341
- 2
- 4
- 13
0
votes
1 answer
Enlarge figure in MATLAB
I want to create figure that is enlarged, I use:
fig = figure(1); %These two lines maximize the figure dialogue
set (fig, 'Units', 'normalized', 'Position', [0,0,1,1]);
The dialogue is enlarged. What should I do if I also want the graph inside this…

Kelvin S
- 341
- 2
- 4
- 13
0
votes
1 answer
Sticky footer almost works
I used this blog post (see comments - I can't post more than two links because I am new to SO) to put a sticky (but not fixed) footer on my website.
It had been working everywhere on the website, until I used this blog post (see comments) to display…

sashafr
- 33
- 6
0
votes
1 answer
Outlook 2013 Images Enlarging
I have designed a html signature for outlook, it looks perfect in outlook when I send the e-mail and when I receive the e-mail in outlook - however in other e-mail client the images used within the signature are enlarged. The other e-mail clients I…

SeahorseCreative
- 23
- 4
0
votes
1 answer
Click to Enlarge Image on Tumblr page
On my Tumblr page, when a user click on my image, I want the image to enlarge.
Click here for an example of a Tumblr page that does what I want. The Image enlarges once its being clicked on, and it returns back to the Tumblr page when the user…

J0nathan Lam
- 141
- 1
- 3
- 10
0
votes
1 answer
The best way to enlarge images Android
Suppose, we've got a display sized 100x100, an image 100x50, and I want to enlarge that image so that it has the same height as the screen does. So the image will be 200x100. After that I want to make the animation of image movement to the left and…

inthy
- 362
- 6
- 16
0
votes
1 answer
Yii thumbnail on focus enlarge
I have given a Thumbnail view to my page which is an extended widget of bootstrap want to make it onclick enlarge or onclick thumbnail image change. How may I set those two options in my widgets. I searched, but couldn't get the right…

user1799171
- 567
- 1
- 3
- 15