Change image size on list Field

I have list library which has column of "Person or Group" and selected "Name with (picture)".  But i cant change image Size there. its always 62x62. How can i change it?
any idea?
Regards,
Lasantha

How exactly are you wanting to change it? height and width should just be attributes in the element... so.. probably the most simple (but not exactly elegant) way to handle this is to use jQuery.
If you drop the following script into a Content Editor Web Part on your page, it will resize all the profile pics to 100x100.  (change the numbers to the size you want):
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($){
$("img[width='62']").each(function()
$(this).attr("width","100");
$(this).attr("height","100");
</script>
Some Caveats:
1) This script resizes ALL images that have a width of 62. So, if you have some other random image on your page that is 62px wide, it will find it and resize as well.
2) I'm references the jQuery library externally which I do not usually recommend, but at least you can drop this script in and it should just work.  
Again, not elegant, and I'm sure someone smarter than me can improve on it, but it should at least get you what you need.
Good luck!
Mark

Similar Messages

  • Help in changing the size of a field length.

    hello,
    i need to change the size of a field in the table PAYR for the field CHECT.
    Present size is 13. I want to make it as 20. Is there any OSS notes for this. If yes, Please let me know how to implement that.
    Thanks
    Senthil

    I hope there will not be any note for this.
    Please follow the procedure.
    Go to the domain and Check the domain where it is used and meke sure that it will effect all the tables where it is embeded.
    If you want to change this leangth you have to take the OSS key for that hope you have service.sap login id right.
    There you have to  give the details of that domain object and go for the generate key.
    The domain details you have to provide while generating the key .
    these details we will call it as object directry enties.
    Take all those things and give while you are genereating the key.
    Hope you will do it.
    Regards,
    Madan.

  • How do you change image size in the title window?

    I just changed operating systems to Windows 7, which meant that I had to re install Premiere Pro CS4. I am now working on a 64 bit system. Might not make any difference, but thought I would give you the specifics just in case.  When I pull up the title window to add a title to my clip, the image is about the size of a postage stamp. How do I increase the size of the image in that window?

    Thank you again for responding Hunt. I did find out what what was happening.
    I had to reinstall the program on my computer. I just upgraded to Windows 7, and I now have a 64 bit system. When I booted up PPCS4, I assumed that my settings would be the same as they were before when I had Vista installed and didn't bother to check them when I started a new project. Well, they were not. I also added a TV tuner card to my computer. I now can watch HD TV on my computer. I suppose that it is possible that somehow PPCS4 noticed that, and set my default settings to HD, rather than NTSC DV. I just merrily went along clicking the OK button and started editing. When I start a new project now, I select NTSC DV and the Title window works just fine, and exactly the way I expect it to.
    I just received Jeff Bellune's book Adobe Encore DVD 2.0 in the mail and will be totally immersed in Encore studies today. With all of his children, I don't see how he had time to write it, but I'm glad that he did. I also ordered a book entitled Designing Menus with Encore DVD. I know that it was written for an earlier version than CS4, but I will trust what you said about that. Many things are the same with some minor variations due to upgrades in the program. The basic ideas don't change, but how you accomplish them can, and usually do over time.
    Terry Lee Martin
    Date: Mon, 17 Aug 2009 16:04:16 -0600
    From: [email protected]
    To: [email protected]
    Subject: how do you change image size in the title window?
    Welcome to the forum.
    That is an odd one. The Title should be the same Frame Size as your Project/Sequence. What is it's Frame Size? Also, are you perhaps doing a Title based on an older Template, that was done for a different Frame Size?
    What happens if you choose Title>New Title>Default Still?
    Good luck,
    Hunt
    >

  • PictureLibrarySlideshowWebPart - Change image size to original size

    Hi,
    I'm using the PictureLibrarySlideshow Web part as image slider in the banner of a SharePoint website. Apparently this web part changes the image size so it is smaller than its original size.
    Is there a simple solution to solve this and resize the image? I found some Jquery solutions but they did not fix the problem.
    Thanks!

    Hi
    Ward010 ,
    In Slideshow web part, picture is initialized with field value that contains the Url of  Web image (EncodedAbsWebImgUrl  field). Unfortunately it is not supported to configure in web part what image
    type (original, web or thumbnail) should be displayed in Slideshow The solution that demonstrated below allows to display original images instead of web images in Slideshow web part.
    In order to specify original images, method overriding for picture initialization is used:
    function SlideshowObjectInitializer() {
      ShowPic = (function(ShowPicOrig) {
          return function() {
               var ssObj = arguments[0];  //SlideShow object
               var curPicIdx=ssObj.index; //current picture index
               ShowPicOrig.apply(this, arguments); //call original ShowPic
               //apply some changes to display original picture in SlideShow control
               ssObj.image.src = ssObj.linkArray[curPicIdx]; //display original image instead of web image
               //change picture & container size to auto instead of fixed (by default web image size is used)
               ssObj.image.setAttribute('height','100%');
                   ssObj.image.setAttribute('width','100%');
                   var cell = ssObj.cell;
                   cell.style.width = 'auto';
                   cell.style.height = 'auto';
                   cell.style.display = '';
                   var pcell = ssObj.cell.parentNode;
               pcell.style.width = 'auto';
                   pcell.style.height = 'auto';
      })(ShowPic);
    ExecuteOrDelayUntilScriptLoaded(SlideshowObjectInitializer, 'imglib.js');
    Save      JavaScript code to the file, for example in SlideshowObjectInitializer.txt      and upload it to SiteAssets Library
    Add      CEWP on page where Slideshow web part is located and in the Content Editor      tool pane, under Content Link property,     
    type /SiteAssets/SlideshowObjectInitializer.txt
    Reference:
    http://blog.vgrem.com/2013/04/27/beyond-the-slideshow-web-part-capabilities-in-sharepoint-2010/
    Please inform me freely if you have any questions.
    Thanks

  • Change Font Size in a Field

    Hi - I am typing information into a Adobe document which was created by another user.  I would like to change the font size for the field so the complete entry can be viewed.  I have Adobe Acrobat Standard version 9 and my operating systems is Windows.
    Thanks so much for your help with this

    You have to go to the form edit mode. Check the properties (ctrl-D) to see if you are allowed to edit first.
    If so, try the forms menu>edit fields. Right click on the field and select properties. The is often an auto mode that will let the font size adjust if you run out of room.
    If you can not do the edit just suggested, then the form was likely created in Designer and you will have to select to edit the form with Designer to make the change.

  • Change image size in web display of SRM MDM 3.0

    Hello,
    how can I change the size of the displayed images in the catalog?
    I would like to display the image in the detail of the material data in the catalog larger.
    The images are stored in in the repository.
    Thanks for your help.
    melanie

    You can change this in the Web UI interface. In the Customize Display tab you can specify the size of you images to be displayed in pixel.
    The UI interface that I'm talking about is where you change your OCI mapping, Search... etc
    If you want to crop, resize your uploaded images you can do this in MDM Data manager.
    Edited by: Joy Natividad on Mar 3, 2010 7:08 PM

  • Change image size dynamically in BIP report

    Can we change the size of image dynamically in bip report. If yes can I get some doccument or samples on it.
    Thanks
    Aj

    I am doing small POC
    I have a rtf template with three sample images on it with three different sizes for 1” by 1” , 3” by 3” and 5” by 5”.
    I have a standard size of 2” by 2” image in my server (Could change size in future depending on req)
    Now when I run the report the template should call the standard image from server and replace the sample images on the rtf and show the the standard image in three different sizes.
    Pls let me know if i am missing something

  • Change image size of 42HL800A

    Hi,
    I am having trouble changing the size of my tv image so that it fills the entire screen. Currently I am watching satellite TV through a set top box that is connected to the 42HL800A.
    There always seem to be two bars of 'blackness' on either side of the image.
    I have tried usng the 'auto format' feature and the 4:3 stretch of the TV but the bars remain. Can someone tell me if I can stretch the image to cover the entire screen?
    Thanks for the help.

    Hi
    If you use an Satellite set top box, you should check the settings there.
    The TV receives the signal from the set top box so if the set top box is set to 4:3 or letter, the picture on the TV will appear in the same format even if you would change the TV setup.
    So recommend checking the set top box configuration

  • How to change image size defaults

    Hi all
    I have a burning question. In CS4, when I use the Image Size command, the default units are centimetres instead of inches under Document Size part of the dialog box.
    I know that keeping rulers set to inches will change that default, but I distinctly remember the time when I was able to keep my rulers set to pixels, and my Image Size to inches at the same time.
    Something changed at some point and I can't figure out what. How can I keep my rulers set as pixels, but the Image Size dialog box to inches at all times?
    -iVan

    Problem solved by a fellow 'shoppist at another forum. He suggested changing the regional settings in control panel and restarting a computer, as he felt that was the culprit. Well, regional settings did it indeed - caught red handed AND with a thong in a purse.
    Allow me to paraphrase a rant I already vented on the aforementioned forum: See, I'm in Canada. That means we're officially metric by executive decision. Only, no one ever bothered to tell us, the mindless minions, so we still scurry about our busy little lives oblivious to the existence of a centimeter, while fully engaged in an affair with an inch (or more).
    Whoops, pardon - here in Canada it's spelled centimetre.
    But every once in a while someone here will stub their toe on a stray "centimeter" (I'm trying to get fired from being a Canadian). And when that happens, since we can't actually see them, we just stare into an empty half-inch space wondering what possibly could have caused a hiccup in space-time continuum.
    Microsoft had other plans though. It planted the invisible centimeters into the operating system that are triggered by regional settings. Settings that are officially metric, even if in reality they don't exist, just like the Hobbits, ET's and southern democrats.
    OK, rant is over!

  • Is there any options/addons for selecting/changing image size when viewing images?

    When clicking to open images when on web pages there is no option to select size.
    I'm looking at some pages that have images (mostly jpg) I like to compare and that is very hard when all images open in a size that normally fill most of the browser window.
    So I wonder if there is some hidden options or addons for selecting image size when opening images for viewing?
    I have tried Image resizer/scaler, image zoom and show picture with mix results. Image resizer/scaler and image zoom allow resizing of images, but when opening images on same tab as web page the white image "frame" that is visible when reducing image size is left in original size. This make viewing and opening other pages a hazard.
    I'm grateful for any help...cheers :-)
    Picture of white frame
    http://s25.postimg.org/z1ubo6zun/Remove_Exterior_Fog_at_Skyrim_Nexus_mods_and_c.png

    hehe no offense, but I'm not following the version rushing from Mozilla. I'm using many customizations and addons and it is a nightmare to change to a new version and practically impossible to use last version. Also the FIrefox history have shown that earlier versions have both been more stable and had better implementation of features.
    Spending hours customizing and finding out that addons dont work with new version every time Firefox come with a new version , no thanks. For that to happen Firefox have to be more compatible across versions and more friendly toward customization in updates and new versions. I have used Firefox for at least 8-9 years with practically no security problems and one thing I have learned is: dont update or install next version if the version I have is working well.
    Maybe I should have mentioned this in this question, that Im using v26 and that my FIrefox is heavily modified with addons and customizations.
    '''Back to the subject'''
    Anyway I dont think any of my customizations or addons should create a white frame behind images, but I'm asking to find out if you guys also get this white frame when resizing pictures to a smaller size after clicking images for viewing.

  • Change Image Size in existing Video Project?

    First post, Premiere NOOB.  I have a Premiere Pro CS6 developed video that I had done for me for which I also got as part of the receivables all the component Premiere files so that, 1) I could make minor changes myself (I have CS6), and 2) if the developer was unavailable in the future (which is the case), I had everything needed to continue the project.
    The video includes a Star Wars style screen crawl.  It was originally developed to fit inside an existing PowerPoint presentation in the traditional, not widescreen, format.  Now I want to post this on YouTube.  I have made text changes to the crawl and such and it works fine, except the background image is still narrow and thus there is black space on either side of the video when rendered, which also then shows in YouTube.  The original background image in the file is plenty large enough to cover a full HD width.  Is there a way to just expand the background image to cover the entire widescreen without changing anything else?
    TIA,
    Doug

    Jerry Klaimon wrote:
    1. What are the pixel dimensions of your original sequence?
    2. What kind of file is your Star Wars title in, and what are the pixel dimensions?
    3. Same question for your background.
    1. 1024 x 768
    2. There are two "titles", not sure which one you mean. One is a take off of STAR WARS the other is a take-off of the Lucas Film LTD intro
    Type: PNG File
    File Size: 98 KB
    Image Size: 1024 x 768
    Pixel Aspect Ratio: 1.0
    and
    Type: QuickTime Movie
    File Size: 82.9 MB
    Image Size: 1024 x 768
    Frame Rate: 29.97
    Total Duration: 00;00;07;24
    Pixel Aspect Ratio: 1.0
    3.
    Type: JPEG File
    File Size: 1.9 MB
    Image Size: 1952 x 1300
    Pixel Aspect Ratio: 1.0
    Would it be helpful if I upload the entire project with its included files to a ZIP file in DropBox?

  • 2 questions - change image size within print cell, and saving print template w/ specific images

    Hi,
    Searched the forums for the answer to these but couldn't find much.
    1. Is there a way to change the image size within a cell (under print module). For example, zoom in 140% on a a specific image but still have it within the original cell size?
    2. Say I create and fill in an elaborate print template with my images - is there a way to save the FILLED IN version of the template to edit at a later time? For example if I wanted to load it back up w/ all the original images layed out in the print template, but maybe change a few and resave as jpeg?
    Thank you!

    Hi
    I'm not sure but maybe you can use a rectangle to hold the .ai image, resize the rectangle and fit proportionally the image inside it
    hope this help
    Eli

  • Flickr upload: Change imags size preset?

    Hi,
    does anyone know whether or not one can change the image size preset when uploading an image to flickr? When I go to Share > Flickr… I can only select "Webimage", which is pretty low quality, but not any of my usual export presets.
    Thanks

    YES! in the meantime, i discovered the multiple fimes in the editor. it works, and i dont want to add more software. but i wonder why the PSE 'export as new' function was eliminated on the mac version. it's a nice feature and has been standard on the pc version ofr ages.
    thanks for the helpful response.

  • Change Image Size

    I have taken 25 pictures with the camera setting on " Extra Fine " resolution and each picture shows in iPhoto as about 3MB or higher in size ... is there a way to change the image size to a smaller image resolution so I can use them to make a power point presentation and then email it ?
    Thanks

    Thanks , I'll give it a go ... I guess I can export them to the desktop so I can use them from there ?
    I'll get back to you .....

  • Finding and changing image size in a  Layer

    I am using CS4 on a Windows 7 platform.
    I am creating a collage of several photos. I want to see and adjust the size of just the one photo on the layer I am working with. When I look at Image Size it shows the whole size, based on the background size. Example: My background is 16T x 20W. On layer 4 have a photograph and I want the maximum width to be 3.5 inches.
    My question is: Is there somewhere I can go into a dialogue, set the size on whatever side I want, and have it resize automatically, rather than me doing it manually and using the rulers to do it?
    Thanks in advance for any guidance.
    BAZ

    Thanks for responding
    Somehow I got into that before (in my search) and now for the dumb user question: I see that is in pixels,any way to get inches? Yes, I'm one of those, sorry.
    Also, I was looking for a way to put in the size I wanted on the one side and have it automatically do the other. This appears to need percentages, not exact numbers. Am I missing something?
    Thanks again for your response...I'll be back at you.
    BAZ

Maybe you are looking for

  • FCP 7.0.3, 4x3Ghz CPU, 6GB Mem, RAID 10 but playback still choppy!

    Hi,  this is a bit crazy.  I am editing a ProRez project and I would consider my MacPro reasonably powerful but when I play for 30 seconds or so the playback goes choppy.  I have to stop and start and then get another 30 second chunk playing smoothly

  • Performance problem between Oracle.DataAccess v1 and v2

    Hi, I have serious performance problem with OracleDataReader when I use the GetValues method. My server is Oracle 9.2.0.7, and i use ODAC v10.2.0.221 I create a dummy table for benchmark : create table test (a varchar2(50), b number) begin for i in 1

  • Writing papers with an Ipad

    Hello, So I recently crashed my laptop and I need a laptop or tablet for college. I thought about getting a Macbook but don't think that its worth spending the cash because the IPad does everything I need (Internet and papers) and its cheaper. The on

  • It won't charge...

    I plug it in to the charger and the batter icon shows it as charging but when I unplug the charger the battery is red and then it turns itself off claiming there's no battery even though it's been charging all day... and when I plug it into the compu

  • Why this message "Could not find layout Default Echo GB"

    Why am I getting the message "Could not find layout Default Echo GB"  i.e. no Reverb effects?