Questions tagged [shrink]
249 questions
0
votes
1 answer
JQuery shrink div from centre
I have created some JQuery that will expand a div 'popup' on hover and then it will shrink it on mouse out. However, this effect seems to happen from the top left and I need it to happen from the centre. I have see similar topics on Stack Overflow…

Maverick Johnson
- 121
- 1
- 1
- 10
0
votes
2 answers
Icons... resize or shrink?
I've been redesigning my website for mobile use and realized that my icons are a bit too big. The standard 16 x 16 icon isn't really ideal for the small screen. Looking at other sites, i.e. facebook's notification icons, gmail's…

jstacks
- 2,437
- 8
- 32
- 48
0
votes
3 answers
Entire Website Shrink to fit browser window?
I would like my HTML website to automatically shrink entirely (images, text and all) when loaded in different size browser windows.
Here is an example of what I'm talking about. http://www.studiojordan.com/site.html
I understand this website is…

Jessica Davis
- 1
- 1
- 1
-1
votes
2 answers
Crop Images in Flexbox Div Assembly that Keeps a Browser Height Ratio
For the desktop landing page, I want this composition of images to maintain it's height in relation to the browser height (75vh), otherwise this landing collage will become too horizontal/skinny as someone shrinks the width of their browser.
As it…

IOio
- 1
- 2
-1
votes
1 answer
Unable to Shrink ubuntu root partition on vmware
I am Using Ubuntu 14.04 Server as VMware Guest OS.
I have allocated 200 GB Disk space of thin provision disk.
I only using 100 Gb of Disk space. I need shrink the remaining
Disk space. I tried with Gparted but in that not showing free space
and…

user1533629
- 1
- 3
-1
votes
1 answer
Resize VMware image to smaller size
I have created an image with VMware workstration 10.0 from a ubuntu system. The problem is that the file is 146gb and the space used is almost 12gb. I tried to shrink it, resize it with program shrinkvd, VMware vCenter Converter Standalone Client,…

user1431148
- 727
- 1
- 9
- 21
-1
votes
1 answer
Shrink PDF to fit onto one page using Ghostscript
I would like some info on shrinking a PDF that's currently stretching over two pages to shrink to fit to a single PDF document, I have tried -dPDFFitPage however makes no difference.
Any advice appreciated!!
Apologies due to my new account I cannot…

dominoharvey
- 13
- 3
-3
votes
2 answers
Shrinking url in PHP
I'm trying to show this url http://www.xyz.com/catnew/newcat.php as http://www.xyz.com/cat. Any help is appreciated.

Kishor Kumar
- 543
- 1
- 12
- 33
-4
votes
1 answer
How do I create a shrink function that would divide the input by 2?
Using this code below, how would I create a shrink function that divides the input by 2? I'm pretty new to this stuff, so I've tried doing things like float shrink(a/2) with no luck.
#include
void printHelp () {
printf ("\n");
printf…

Lukja.E
- 9
- 2