Active
Project:
Node Images
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2008 at 12:58 UTC
Updated:
11 Feb 2008 at 18:52 UTC
It is possible to define various measures thumbnails? My idea is to show for each content type size of the thumbnails imàgines different.
Comments
Comment #1
linuxbcn commentedSolved with CSS.
Take the example here if someone serves. Now only NO functioning in Internet Explorer; Tested in firefox and Opera (in Linux debian Lenny), Safati, Opera, Firefox and Netscape in Mac OS X Leopard.
1.- Created a new node type called node-blog-tpl.php (for put a little images in blog column)
2.- In style.css I add a new style:
.node-images-blog img { width:112px; }3.- Select the "Manually set in node template by variable $node->node_images" at Node Images opcions editing the blog content type
That is all.
You need adapt this code at your theme