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

Similar Messages

  • 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

  • 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

  • Lightroom 1.4.1:  Reducing File/Image Size for Web/E-Mail

    This should be a simple thing.
    I need to reduce my file size to upload it into various things on the web and e-mail and what not.  Sometimes it asks for a specific size.
    Right now, I'm using the Export function to do this, which means I have to reset the Image Settings each time in order to get to the size required.
    Isn't there and easier way to do this, like just type in the image size you want and have the program reset the image proportionately?
    Is there a ratio chart for this, like 1000 x 1400 = # of bytes?
    This is a function used all the time--I can't believe it's this cumbersome.

    Banktank wrote:
    (a)     How do I know I am selecting the correct pixel size for e-mail?  Just keep hunting and pecking until I find the right mix or is there a number combination that works consistently?  And if the latter is correct, what is that number combination.
    I just can't believe that reducing the MP size to get it in shape for an e-mail "thumbprint" photo is this tough.  Even with the 'preset', I'd have to set up a preset for every picture because they vary by MP and the scaling seems to change.
    There is no "standard" size for sending images via email. Just make it small. There is a save for email preset in recent releases of Lr. You can download the demo and see what that entails.
    You don't have to create a preset for each picture. I don't know what you would say that. Yes, the amount it compress varies with the information in the image, but this has always been the case with JPEGs. You don't have to make an image that is exactly some size. You just have to make it small enough for most MTAs and MUAs to handle. Since there is no real standard for this, just make it small enough for you.
    Something like 800px on the longest side, 70-80% quality should do it to find the JPEG compression sweet-spot.

  • 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.

  • How do I make Firefox retain the image size of the display. Each time I move sites I have to resize image.

    How do I get Firefox to retain the image size. Each time I change web sites I have to resize the image to get it all in the window. I open them full screen.
    == This happened ==
    Every time Firefox opened
    == New Computer, just downloaded Firefox Windows 7

    See:
    http://support.mozilla.com/en-US/kb/Text+Zoom
    http://support.mozilla.com/en-US/kb/Page+Zoom
    http://kb.mozillazine.org/Zoom_text_of_web_pages
    http://kb.mozillazine.org/browser.zoom.siteSpecific
    Add-ons:
    https://addons.mozilla.org/en-US/firefox/addon/6965 (the one I use)
    http://urandom.ca/nosquint/
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''You'''</u> ~~red:<u>'''MAY'''</u>~~ <u>'''need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer.
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • How to change font size on web page when have no icon in View tool to do so

    menu bar at top of screen does not have icon to change font size of a web page as described in your support information--you show it as between stop and reload in View icon and I do not have it at all in my toolbar.

    See this: <br />
    https://support.mozilla.com/en-US/kb/Page+Zoom

  • 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 not display expired contract  on Web-UI in SRM-MDM ?

    Hi,
      Our business is as following:
      the contract is published to SRM-MDM V3.0, but if contract is expired, when I select the content from catalog to create sc, then    this kind of contract should not display on catalog,  how to do ?
    SRM7.0 MDM7.1SP04  SRM-MDM v3
    thanks
    Jesse

    HI, Bala
        You  are right , My case is not what you mean.
        I transfer valid contract from SRM to Mdm catalog,  maybe after several months  ,the contract is expired compare to today, I don't expect this kind of contract  display on the catalog UI  to mislead the user.
       Of course, I  know how to  prevent user to creat SC with selected expired contract by BADI,  But  I think that is not good idea.
       Actually , I can also solve this issue by development in SRM BADI and MDM , expired contract will not display in  catalog, but that will make many changes compared with standar function.
       I wonder whether  SAP have the better solution.
      Thanks
      Jesse.

  • 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!

  • 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.

Maybe you are looking for

  • Family Sharing more than one parent

    I am 47 years old and married. I also have created a family sharing account and added my wife and children, so I am also the organizer. No whenever I try to install an application from iTunes it tells me that it needs to get an approval from the pare

  • Preview of DMS document error

    Dear all, I am a QM guy and using DMS. Now, I have a issue for DMS. Our vendor upload excel file to vendor inspection LOT using Supply portal. Then we can see the document in CV03N. When we click the file in CV03N, we can open the excel file. Vendor

  • View Planner 3.5 - Unable to generate PDF report.

    I'm running into a problem where the run completes successfully and data is downloaded but generation of the PDF report fails.  I was able to successfully generate a PDF for a single VM local mode run but it is failing for a multi-VM local mode run. 

  • Usage of group by function on oracle 8i

    Is it possible to use a group by function in a query involving two tables say for example the emp table and the dept table .i tried the following query but it never worked.could some one clarify this.iam aware of CUBE and ROLLUP in 8i but i still wan

  • How do I view simplified chinese in Word and the Internet?

    I've been trying to view a eblast and text document that has Simplified Chinese and all I get is giberish. How do I set my Mac to view these ch aracters?