Title: Lazy Loading and noscript
Last modified: May 23, 2019

---

# Lazy Loading and noscript

 *  [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [7 years ago](https://wordpress.org/support/topic/lazy-loading-and-noscript/)
 * I’m working with a plugin [Contact Form 7 – reCaptcha v2](https://wordpress.org/plugins/wpcf7-recaptcha/)
   and I have both this plugin and the reCaptcha plugin enabled. The lazy load plugin
   seems to display the contents of `<noscript>` tags. Here’s the `noscript` tag
   from the reCaptcha plugin:
 *     ```
       <noscript>
       	<div class="grecaptcha-noscript">
       		<iframe src="<?php echo esc_url( $url ); ?>" frameborder="0" scrolling="no" width="310" height="430"></iframe>
       		<textarea name="g-recaptcha-response" rows="3" cols="40" placeholder="<?php esc_attr_e( 'reCaptcha Response Here' ); ?>"></textarea>
       	</div>
       </noscript>
       ```
   
 * Whenever the A3 Lazy Load plugin is active, it breaks the `<textarea>` tag out
   of the `noscript` and displays it to the website ( where normally it shouldn’t).
   Any ideas why this may be happening and how it can be prevented?

The topic ‘Lazy Loading and noscript’ is closed to new replies.

 * ![](https://ps.w.org/a3-lazy-load/assets/icon.svg?rev=1049979)
 * [a3 Lazy Load](https://wordpress.org/plugins/a3-lazy-load/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a3-lazy-load/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a3-lazy-load/)
 * [Active Topics](https://wordpress.org/support/plugin/a3-lazy-load/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a3-lazy-load/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a3-lazy-load/reviews/)

## Tags

 * [noscript](https://wordpress.org/support/topic-tag/noscript/)

 * 0 replies
 * 1 participant
 * Last reply from: [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/lazy-loading-and-noscript/)
 * Status: not resolved