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.
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.
Cheers, Giorgos
Hello,
any help on that please?
cheers, Giorgos
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
is working on a reply...