Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Giorgos Grispos 145 posts 179 karma points
    May 29, 2013 @ 17:13
    Giorgos Grispos
    0

    Pad option, can't do it to work

    Hi Doug,

    I got the following two classes, am I missing something here? I am using the class named SliderReviewPagePortrait to a portrait image and I want it to be centered. I need the image 884 width filled in white BG colour and in the middle the image with width 442. Is this the correct settings? I do have the pro version.

     <Class Name="default" OverridesQueryString="true">
        <AllowUpsizing>false</AllowUpsizing>
        <Constrain>true</Constrain>
        <MaxWidth>884</MaxWidth>
        <MaxHeight>550</MaxHeight>
        <CachingTimeSpan>172800</CachingTimeSpan>
     </Class>
     <Class Name="SliderReviewPagePortrait" OverridesQueryString="true">
        <InheritFromClass>default</InheritFromClass>
        <Crop>Resize</Crop>
        <Width>442</Width>
        <Height>550</Height>
        <Pad>True</Pad>
      </Class>

    Cheers, Giorgos

  • Giorgos Grispos 145 posts 179 karma points
    Jun 01, 2013 @ 11:33
    Giorgos Grispos
    0

    Hello,

    any help on that please?

    cheers, Giorgos

     

  • Giorgos Grispos 145 posts 179 karma points
    Jun 02, 2013 @ 13:22
    Giorgos Grispos
    0

    Hi,

    I got this working after some different combinations

    <Class Name="default" OverridesQueryString="true">
    <AllowUpsizing>false</AllowUpsizing>
        <Align>Center</Align>
        <CachingTimeSpan>172800</CachingTimeSpan>
    </Class>

      <Class Name="Portrait" OverridesQueryString="true">
        <InheritFromClass>default</InheritFromClass>
        <Crop>Resize</Crop>
        <Pad>true</Pad>
        <Width>884</Width>
        <Height>590</Height>
      </Class>

    Chees, Giorgos

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies