Posted by askiadrupal on September 10, 2012 at 9:09pm
i want to make thumbnail that leads to a content type
example
http://library.wwu.edu/ebooks/
i'am new to drupal so whats the best way to get this look
i want to make thumbnail that leads to a content type
example
http://library.wwu.edu/ebooks/
i'am new to drupal so whats the best way to get this look
Comments
=-=
you don't make thumbnails with views. you create thumbnails with the core image.module. see: http://drupal.org/documentation/modules/image
once you have the image styles set up and you have images in your content you can use views to create a list of those image styles.
If you already have your image styles set up
create a page view
set it to fields
pull in your image field
set the format to the image style you want to use
set your filters
set your sort
save the view
test
thank you
VM THANK YOU, i thought to make that thumbnail style i would have to do that in views