Title: gallery &#8211; previewurl
Last modified: August 21, 2016

---

# gallery – previewurl

 *  Resolved [davidchuco](https://wordpress.org/support/users/davidchuco/)
 * (@davidchuco)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/)
 * Hi!
 * when i show galleries from album, i need previewURL from gallery in full size,
   NO thumbnails…
 * possible?
 * [https://wordpress.org/plugins/nextgen-gallery/](https://wordpress.org/plugins/nextgen-gallery/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/#post-4693630)
 * [@davidchuco](https://wordpress.org/support/users/davidchuco/) – I am not certain
   what you are trying to describe / display, but have you tried using a gallery
   within an album within another album where the sub-album uses a “large” thumbnail
   which would act as the preview to the gallery?
 * Thanks!
 * – Cais.
 *  Thread Starter [davidchuco](https://wordpress.org/support/users/davidchuco/)
 * (@davidchuco)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/#post-4693633)
 * hi!
 * my problem is simple. Look my code:
 *     ```
       <div class="ngg-albumoverview">
       	<!-- List of galleries -->
       	<?php foreach ($galleries as $gallery) : ?>
   
       	<div class="album-romero">
       			<div class="galeria">
       				<a class="Link" href="<?php echo nextgen_esc_url($gallery->pagelink) ?>">
       					<div class="galeria-title"> <?php echo esc_attr($gallery->title) ?> </div>
   
       					<img class="galeria-img img-responsive" alt="<?php echo esc_attr($gallery->title) ?>" src="<?php echo nextgen_esc_url($gallery->previewurl) ?>"/>
   
       				</a>
       			</div>
               <?php if (!empty($image_gen_params)) {
                   $max_width = 'style="max-width: ' . ($image_gen_params['width'] + 20) . 'px"';
               } else {
                   $max_width = '';
               } ?>
   
       		<?php if (@$gallery->counter > 0) : ?>
       		<p><strong><?php echo $gallery->counter ?></strong>&nbsp;<?php _e('Photos', 'nggallery') ?></p>
       		<?php endif; ?>
       	</div>
   
        	<?php endforeach; ?>
   
       	<!-- Pagination -->
        	<?php echo $pagination ?>
   
       </div>
       ```
   
 * Its a album template. When use **$gallery->previewurl** my image have size thumbail.
   I need full size image…
 * web -> [http://es.tinypic.com/view.php?pic=jt1eee&s=8#.Ux4LC-d5M5A](http://es.tinypic.com/view.php?pic=jt1eee&s=8#.Ux4LC-d5M5A)
 * thanks!!!!
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/#post-4693640)
 * [@davidchuco](https://wordpress.org/support/users/davidchuco/) – You can over-
   ride the thumbnail size under the Customization panel in the ATP when you are
   inserting the album … you do not need to modify any code to do that.
 * – Cais.
 *  Thread Starter [davidchuco](https://wordpress.org/support/users/davidchuco/)
 * (@davidchuco)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/#post-4693647)
 * Hi!
 * First all, thanks reply!
 * I try edit thumbnail but i cant edit with flexibility. Look:
 * [http://es.tinypic.com/r/x2t8hg/8](http://es.tinypic.com/r/x2t8hg/8)
 * I try select all image, but i cant because the selection mark is square… 🙁
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/#post-4693659)
 * [@davidchuco](https://wordpress.org/support/users/davidchuco/) – That function
   only modifies what part of the image is used for the thumbnail, not its actual
   size.
 * When using the ATP to insert an album … under the Customization panel you will
   find an option to over-ride the thumbnail (this is for the preview image to the
   gallery). See this screen snippet for example:
 * [http://screencast.com/t/85zY5KEn9](http://screencast.com/t/85zY5KEn9)
 * The image was taken from one of my test sites, don’t mind the “Template” in use
   as that is not related specifically to this issue.
 * Thanks!
 * – Cais.
 *  Thread Starter [davidchuco](https://wordpress.org/support/users/davidchuco/)
 * (@davidchuco)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/#post-4693703)
 * Yeah!!!Perfect!
 * Thank you!Nice support

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘gallery – previewurl’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [davidchuco](https://wordpress.org/support/users/davidchuco/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/gallery-previewurl/#post-4693703)
 * Status: resolved