February 6, 200916 yr I can never seem to get SC to resize an image for viewing in a Web Viewer. For example, if the WV is defined as such: Global::gDocument_BaseURL & "Contact/Headshot/" & Person::PersonID & "height=" & GetLayoutObjectAttribute ( "mug" ; "height" ) - 2 & "&width=" & GetLayoutObjectAttribute ( "mug" ; "width" ) - 2 & Case(IsEmpty(Person::gPictureEdit); "&style=readonly" ) I can upload images, see them, delete them, etc. And yes I've double checked that the Web Viewer does indeed have that object name. But the images always retain their original size and get cropped in my small WV on the layout. Any syntax errors that anyone sees?
Create an account or sign in to comment