Photo Gallery Module - Customize large image size

I need to figure out how to customize the size of the full image on the Photo Gallery Module. I have a couple of clients using this module that do not understand how to crop and resize images before uploading them.
I understand this can be done through CSS, but the issue I foresee is that the original image is still used which could have a large file size. Is there a workaround for resizing the full size image and also reducing the actual file size? Either through CSS, JS, or maybe even the new BC Liquid engine? Any help would be appreciated. Thanks.

You can go to the file manager and use the resize option on images in there.
BUT
They need to do this outside of such systems, BC will only edit based on numbers and math, if the client gets the wrong proportional values it will screw up the images, the system will not crop the images, only scale them so things can turn out squashed etc.
If images are being used on the web as an indicative representation of something for a site, they need to be done properly and out of the system before they come in.

Similar Messages

  • Web Flash Gallery: Problem setting Large Images size

    When using the Lightroom Flash Gallery I am not able to change the size of the Large Images (Web | Appearance | Large Images | Size). When I set the size to Medium or Small, the large images always ends up with the same size as when set to Large. Only when setting the size to Extra Large there is a slight change in size.
    How can I change the Large Images size to Medium and Small?
    Jørgen Johanson

    jools2005 wrote:
    Adobe please address this issue.
    This is a User to User forum not official Adobe support. Yes, Adobe staff may participate from time to time, but not often enough that you can depend on them reading your post. Therefore, I suggest that you support a bug report using the facilities provided at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Simple way to use the Photo Gallery Module and flexslider to create an editable image slider?

    I want to offer an image slider that my clients can easily update themselves through the Admin. Ive researched it alot and I know it can be done using web apps but does my cliently seriously need to pay over $400 a year for the webcommerce option just to have an updatable image slider?? I find that unrealistic. Does anyone know how to set this up using the photo gallery module and "flexslider" so clients on the business marketing plan can have access to a simple and clean editable image slider?
    Any BC experts that can help would be greatly appreicated!
    Thankyou

    Not an expert, but I think what you're looking for is a slider that can get its list of photos from an XML file.  The Photo Gallery module can produce an XML file.

  • Can I add a business catalysts Photo Gallery module to Muse.

    Can I add a business catalysts Photo Gallery module to Muse - As my client want to upload images themselves to the gallery.
    I know that with the Muse plugin this is not possible. Therefore wanted to see if the photo gallery module in BC would work the same as the Blog Module?
    Thanks

    If you're a little familiar with Business Catalyst, you might find this widget helpful.
    It's a BC Photo Gallery - Muse Widget, Its very easy to use and customize.
    There is a training video on how to set it up.
    However Brad is right, you'll need to upgrade to BC webMarketing Plan.

  • How do I modify the template used in the Photo Gallery module

    I notice the Photo Galleries are rendered as an HTML table and I would like to make a small modification to the way the gallery is rendered on the page.
    Basically I just want to wrap a DIV around the <img> tag so I can control the look of the image via my own CSS.
    I see there is the ability to modify Module Templates, but the photo gallery module is not listed there.
    Where can I access the template used for a photo gallery?
    Alternatively I will need to display the images myself using an XML feed and jQuery, but I would rather use BC's own modules when I can.

    Hi David,
    There is no template for the photo Galleries. But if you are using Firebug you can find out the css values and add your own modification by adding CSS by the same selector as the current gallery to your own page and use the !Important value to over write the gallery css.

  • Export preset to Business Catalyst Photo Gallery Module

    Does anyone know of a Export Preset to Business Catalyst Photo Gallery Module. Similar to the ones available for exporting to Smugmug or Zenfolio?

    If you're a little familiar with Business Catalyst, you might find this widget helpful.
    It's a BC Photo Gallery - Muse Widget, Its very easy to use and customize.
    There is a training video on how to set it up.
    However Brad is right, you'll need to upgrade to BC webMarketing Plan.

  • Photo Gallery module - photo removal

    Gday BC users
    I have setup a Photo Gallery via the standard photo gallery module.
    I haven't found a method via the BC interface to remove an item. I did it via FTP, but am wondering, is FTP the only way available? as this doesn't really help my client to be an administrator.
    cheers
    Darryl

    Your client can easily delete it using the file manager in the admin. No need to use FTP. They can add images the same way.
    Message was edited by: Brad Lawryk

  • Easiest way to edit photo gallery modules?

    Hi,
    I apolagise if this is a simple question but where can I customixe the CSS of Photo Gallery Modules, just to change thumbnail size etc.?
    Thanks.

    http://forums.adobe.com/message/6230084#6230084

  • Photo Gallery Module- is not responsive

    Hi there,
    I have been using the business catalyst for a few sites but I have noticed that the photo gallery module isn't responsive and when you look at the gallery on a phone it doesn't adjust to fit the screen. Is there anything that can be done about it?
    I asked the support guys but they said they can't help as it is an html / css question, however, I think if the responsive template comes with a photo module- it should actually be responsive.
    Thanks
    Emily

    Here's a few lines of CSS to get the modal behaving responsively: javascript - Making Business Catalyst Lightbox Responsive - Stack Overflow

  • Photo Gallery module- isn't responsive

    Hi there,
    I am trying to find out if someone can help me with the photo gallery module. I have used the photo gallery module in a responsice template but it isn't responsive when you look at it on a phone. I have asked for help from the support but they said it is a css / html question so they can't help. This seems a bit odd as the module has been provided in a responsive template- and should really work as responsive.
    If anyone could help or knows of the code that needs to be added in to make it work, that'd be really appreciated
    Many thanks
    Emily

    Here's a few lines of CSS to get the modal behaving responsively: javascript - Making Business Catalyst Lightbox Responsive - Stack Overflow

  • How to make the Photo Gallery module responsive?

    Hi,
    I am using Fondation and have a photo gallery on this page www.sunnysideinstantlawn.com.au/gallery made from the Photo Gallery Module in BC.  How do I make it responsive?
    I know there are alternatives out there using jquery but I would like to continue using the photo gallery module if possible.
    Any help would be greatly appreciated.
    Cheers,
    Tammy

    Hi BBowyer
    I really like Pretty Photo (http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/) - how do I implement it on this page http://www.sheepconnectsa.com.au/gallery?
    I understand jquery but it gets abit confusing with implementing it on this page.  Would it be best for me to create a web app and do it?
    Cheers,
    Tammy

  • How to make existing Photo gallery module responsive?

    I could not find any tutorials how to change the existing photo gallery module so it would be responsive. Is there a solution already?

    The link I put above maybe?
    CSS - Every element has a default display type but every element can have its block level changed.
    A span is an inline element but you can turn it into a block level element. A table element is a table or table cell display type but you can turn it into block level. This is all CSS2/1 stuff so cross browser compatible (but if your doing media queries and responsive the old browsers are not considered anyway) and very straight forward.

  • Larger image size and disk performance

    hey all,
    Granted the majority of users here won't experience issues with larger image sizes, but i'm hoping a few may be able to shed some experience.
    I work with a H3D, Mamiya RB (with various Leaf backs) and also drum scanned film. The issue is that often a single image size can be anything from 150mb upto 500mb, this is excluding any post production changes.
    My current aperture library is on a FW800 disk, but disk i/o is crippling the box and program at the moment. I'm looking at the express slot and wondering who here is running a disk off that and what they feel it's like from a performance perspective.
    An example is a recent location shoot which has a handful of images above 500mb each. Aperture takes around 10-15 mins to startup when this folder is selected (constantly processing the image every time it starts) and this leads to a totally unresponsive OS.
    How are you handling large files with Aperture?
      Mac OS X (10.3.9)  

    On the Quad I process 250Mb+ TIF scans, not often, but often enough. External drives 7200rpm in a Sonnet 500P encl. attached to eSATA muliport card (Sonnet E2P). Performance is equal to internal so far as I can judge.
    I recall the PCMCIA then PC Card bus speed was horrendously slow. Not sure what the Expresscard bus speed is, but it would be a crying shame to attach 300Gb/s burst capable drives (or RAID 5 driving 200Mb+ continuous) to a backend bus capable of a few Mb.
    As Alan notes, a MBP may be OK for field work and tethered shooting, but for the image sizes you have, the preferred solution would be a Mac Pro.
    G.

  • When I click on thumbnails to open photos in iPhoto, the larger image suddenly disappears.

    When I click on thumbnails to open photos in iPhoto, the larger image suddenly disappears. How to fixed it?

    what version of iPhtoo ? Of the OS? what recently changed?
    Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - repair permissioons
    LN

  • How do I do a very basic CSS customization on the standard Photo Gallery Module lightbox?

    Hi,
    All I want to do is make the text description that appears when you click on a picture within the standard photo gallery a different colour.
    If I view source on a gallery page I see the CSS file used is Catalyststyles/lightbox.
    Any help would be appreciated.

    Thanks Liam,
    I found that I can target that Caption in my style sheet by adding a the style:
    #imageData #caption
    my new style here

Maybe you are looking for

  • System and User Statuses Missing

    Hi All, Does anyone know what causes the system and user statuses to disappear on the main screen of the production order.  Normally we see all system statuses  and the current user status like this: Status     CRTD PRC  CSER BCRQ MANC SETC  REL User

  • Problems with switching language (Mac os)

    Hello. I have Mac os 10.6.8 and two languages in input source - US and Russian. I have a sample application build with sdk 4.5.1 Air 3. When I using this application russian language is always disabled. It enabled only if I'm focused on text input co

  • SeeBurger Message Splitter State accepted or partially accepted

    Hi, The requirement is that if we receive an EDI interchange with multiple transaction sets and if some of them are rejected due to EDI data errors, only those transaction sets in error should be ignored for processing and the ones without errors sho

  • Problems with video settings after upgrade to  final cut 5.0

    I upgraded my G5 to 10.4.10; and final cut to studio 5, and alkso tried studio 2 final cut 6 both times I get the message: cannot find firewire device. I am using a Sony DSR 25 dvcam deck, and it is recognized a such on the firewire buss in the About

  • P.O. Delivery Complete Indicator

    Hi, We have purchase orders that are not getting the delivery complete indicator checked off when the GR comes in.  Does anyone know of a program that can go out and look for any PO's that should have the delivery complete indicator checked and autom