mgalligar Posted July 18, 2012 Posted July 18, 2012 I have a project using inline graphics in a table. It's a postcard with CSR photo + Name + Phone. Those 3 things have to flow with the text (& stay next to each other). You can never tell what kind of photo a client will upload. Is there any way I can control the photo (width + height + scale)? I thought if I put a 3rd page in my postcard template that is the exact size the photo needs to be; .7" x .9"; I could have the photo load there in a graphic box, then bring Page 3 into my table on Page 2. I'm not sure how to do that or if it's even possible. I tried to attach the zipped template but got an error. Please let me know what you think. Thanks for your time. Mike G.
Dan Korn Posted July 18, 2012 Posted July 18, 2012 Sure, you can use the width and/or height attributes of the <graphic> tag, like so: <graphic file="mygraphic.jpg" height=3600 />Please refer to the Tags Reference Guide, specifically the section titled, "Graphic Tag Inside Story Tag," for more information. You could also create a Template page containing a graphic frame, and bring that in as a repeatable component inline in the text. Although I think in your case, you probably just want to use a graphic frame and line it up with the text manually.
mgalligar Posted July 19, 2012 Author Posted July 19, 2012 Ok It doesn't seem to be a lot of use unless you can control both. One client uploads a square image. Another uploads a vertical rectangular image. and.... Another uploads a horizontal rectangular image. If you're just controlling the width and a client uploads a vertically oriented rectangular image; then... the Photo + CSR name + Phone; will take up an inordinate amount of space on the page. There may not even be enough room on the page for just the photo. In this case the Photo, Name, Phone; appear in the middle of variable paragraphs, so they need to move. I've never used repeatable component. I'll look into that. Thanks
Dan Korn Posted July 19, 2012 Posted July 19, 2012 It doesn't seem to be a lot of use unless you can control both. You can control both by specifying both width and height attributes, but it will result in a skewed image. One client uploads a square image. Another uploads a vertical rectangular image. and.... Another uploads a horizontal rectangular image. If you're just controlling the width and a client uploads a vertically oriented rectangular image; then... the Photo + CSR name + Phone; will take up an inordinate amount of space on the page. There may not even be enough room on the page for just the photo. You could use Text Measurement to determine the original dimensions of the graphic, as demonstrated in this thread, then use a little math to determine the new width and height to specify in your graphic tag to keep it scaled proportionally. But I would use a repeatable component instead.
mgalligar Posted July 19, 2012 Author Posted July 19, 2012 Thanks Dan, Repeatable Component took care of all the issues I was having with this. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.