Title: [Plugin: Dynamic Content Gallery] How do I stop Thumbnails Loading?
Last modified: August 20, 2016

---

# [Plugin: Dynamic Content Gallery] How do I stop Thumbnails Loading?

 *  Resolved [Slicer](https://wordpress.org/support/users/slicer/)
 * (@slicer)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-dynamic-content-gallery-how-do-i-stop-thumbnails-loading/)
 * I have noticed that this plugin loads up the thumbnails for the carousel in the
   source code, even if you don’t have a carousel and they are not displayed on 
   the page. This is not efficient.
 * Is there any way to disable the loading of the thumbnails altogether?
 * [http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/](http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Slicer](https://wordpress.org/support/users/slicer/)
 * (@slicer)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-dynamic-content-gallery-how-do-i-stop-thumbnails-loading/#post-2316694)
 * Hi, I solved this myself, here’s how…
 * Go to plugins > editor > dynamic content gallery
 * Select to edit: dynamic-content-gallery-plugin/includes/dfcg-gallery-constructors.
   php
 * Then remove the lines that contain:
 * // Get the thumbnail – uses Post Thumbnails if AUTO images are used
    $thumb_html
   = dfcg_get_thumbnail($post->ID, $image_src, $post >post_title);
 * and
 * $output .= “\n\t” . $thumb_html;
 * There are three instances of each line, you will be removing six in total.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Dynamic Content Gallery] How do I stop Thumbnails Loading?’ 
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dynamic-content-gallery-plugin_103e52.
   svg)
 * [Dynamic Content Gallery](https://wordpress.org/plugins/dynamic-content-gallery-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dynamic-content-gallery-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dynamic-content-gallery-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/dynamic-content-gallery-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dynamic-content-gallery-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dynamic-content-gallery-plugin/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Slicer](https://wordpress.org/support/users/slicer/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-dynamic-content-gallery-how-do-i-stop-thumbnails-loading/#post-2316694)
 * Status: resolved