Jump to content

Template talk:Double image

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 84user (talk | contribs) at 22:03, 16 March 2011 (→‎Table alternative to allow thumbs: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Coin image box 2 singles

Is this template redundant with {{Coin image box 2 singles}}? The coin template also supports a header and footer above or below the images. --ChoChoPK (球球PK) (talk | contrib) 16:31, 4 January 2008 (UTC)[reply]

What if we merge this two templates into one?. --SkyWalker (talk) 07:51, 14 July 2008 (UTC)[reply]

cell padding

There should be more space between the two images. — goethean 21:38, 20 February 2008 (UTC)[reply]

thumb

Could this template be modified to work with "thumb" as a parameter instead of forcing image sizes? MOS:IMAGES and common convention seems to be that you shouldn't force an image size (even to 180px) to allow for default user preferences to control image size. Using thumb in the example posted here (from chordate) instead of "180" (edit and preview to see) just displays the full size image. I'm not extremely well-versed in template language - any help here? Thanks, Rkitko (talk) 01:10, 24 November 2008 (UTC)[reply]

The template works reasonably well only if the heights of the images are the same, which is exactly the opposite of what you get with the thumb keyword (not to mention it'll throw off all the complicated markup related to widths and heights that makes the borders the same as normal images). Try {{Double image stack}}

firefox problem

Autosize

Is there an autosize option? Snowman (talk) 12:16, 18 August 2009 (UTC)[reply]

Not currently. If the images are different heights and you want to align them then you have to manually work out the required widths. Chris Cunningham (not at work) - talk 13:32, 18 August 2009 (UTC)[reply]
I have only used the double image twice and both times I had images with edges the same proportions. A recommendation about the sizes could be written into the users guide when using an auto-size option. Snowman (talk) 13:58, 18 August 2009 (UTC)[reply]

Background

I've got two svg rendered images in one of these templates (at tensile testing) and most of the image is transparent so the background shows through. This has never been a problem when rendering them using the standard syntax ([[File:blah...), but with this template it supplies a gray background, which show through my transparent images and looks bad. Any way to make the background white like the rest of our images? Thanks! Wizard191 (talk) 12:22, 28 September 2010 (UTC)[reply]

Can anyone help me with this? Wizard191 (talk) 00:54, 17 January 2011 (UTC)[reply]

Rendering error

Using newest Firefox. When using textzoom the right image gets cropped on the right side. The surrounding div class="thumb tleft" is e.g. 136px but the next child is div style="width: 128px;" class="thumbinner" only 128px. Dont know where the 128px is coming from. This got nothing to do with the captions which won't fit anyway (this is normal and the case with all thumbs). 217.235.34.133 (talk) 01:40, 17 January 2011 (UTC)[reply]

Table alternative to allow thumbs

Until this template allows the thumbs to follow the user preferences, here is a workaround alternative using table markup.

{{clearleft}}
{|
| [[File:Example.jpg|thumb|left|First image]] || [[File:Check64x48bwrg16pal 001.png|thumb|left|Smaller second image]]
|}
{{-}}

The above wiki markup produces the following horizontal layout:

First image
Smaller second image

-84user (talk) 22:03, 16 March 2011 (UTC)[reply]