diff --git a/resources/views/responsiveImage.blade.php b/resources/views/responsiveImage.blade.php
index b84eab0..bfe6b63 100644
--- a/resources/views/responsiveImage.blade.php
+++ b/resources/views/responsiveImage.blade.php
@@ -1,25 +1,43 @@
@once
@endonce
- @foreach (($breakpoints ?? []) as $breakpoint)
+ @foreach(($breakpoints ?? []) as $breakpoint)
@foreach($breakpoint->sources() ?? [] as $source)
@php
$srcSet = $source->getSrcset();
@@ -39,7 +57,7 @@
true);
+
+ expect(ResponsiveTag::render($this->asset))->toContain('MutationObserver');
+});
+
+it('does not include MutationObserver script outside of live preview', function () {
+ expect(ResponsiveTag::render($this->asset))->not->toContain('MutationObserver');
+});
+
it('does not output when no dimensions are returned from dimension calculator', function () {
$this->mock(DimensionCalculator::class, function ($mock) {
$mock->shouldReceive('calculateForBreakpoint')->andReturn(collect([]));
diff --git a/tests/__snapshots__/ResponsiveTagTest__format_quality_is_set_on_breakpoints__1.txt b/tests/__snapshots__/ResponsiveTagTest__format_quality_is_set_on_breakpoints__1.txt
index 77cc9dc..bc5b947 100644
--- a/tests/__snapshots__/ResponsiveTagTest__format_quality_is_set_on_breakpoints__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__format_quality_is_set_on_breakpoints__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_adds_custom_parameters_to_the_attribute_string__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_adds_custom_parameters_to_the_attribute_string__1.txt
index a0c822e..96964ca 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_adds_custom_parameters_to_the_attribute_string__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_adds_custom_parameters_to_the_attribute_string__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_can_add_custom_glide_parameters__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_can_add_custom_glide_parameters__1.txt
index 904327f..ea49bc6 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_can_add_custom_glide_parameters__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_can_add_custom_glide_parameters__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_can_render_a_responsive_image_with_the_directive__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_can_render_a_responsive_image_with_the_directive__1.txt
index 7de3499..fab2f24 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_can_render_a_responsive_image_with_the_directive__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_can_render_a_responsive_image_with_the_directive__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_as_array_with_the_directive__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_as_array_with_the_directive__1.txt
index 7de3499..fab2f24 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_as_array_with_the_directive__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_as_array_with_the_directive__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_with_the_directive__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_with_the_directive__1.txt
index 7de3499..fab2f24 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_with_the_directive__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_can_render_an_art_directed_image_with_the_directive__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_gifs__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_gifs__1.txt
index 670ff88..07c59d8 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_gifs__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_gifs__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_svgs__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_svgs__1.txt
index 71dc497..4dce196 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_svgs__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_no_conversions_for_svgs__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images__1.txt
index 7de3499..fab2f24 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__1.txt
index dcaf5ab..cdf5d02 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__2.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__2.txt
index dcaf5ab..cdf5d02 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__2.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_in_webp_and_avif_formats__2.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoint_parameters__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoint_parameters__1.txt
index 8177a3a..9ee9cf9 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoint_parameters__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoint_parameters__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoints_without_webp__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoints_without_webp__1.txt
index 838d32e..535a0f1 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoints_without_webp__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_breakpoints_without_webp__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_parameters__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_parameters__1.txt
index 610d63d..57e7fec 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_parameters__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_with_parameters__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_a_placeholder__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_a_placeholder__1.txt
index 77b072e..c736257 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_a_placeholder__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_a_placeholder__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_webp__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_webp__1.txt
index 06e645c..88600ef 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_webp__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_generates_responsive_images_without_webp__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__it_uses_an_alt_field_on_the_asset__1.txt b/tests/__snapshots__/ResponsiveTagTest__it_uses_an_alt_field_on_the_asset__1.txt
index 3033113..a291062 100644
--- a/tests/__snapshots__/ResponsiveTagTest__it_uses_an_alt_field_on_the_asset__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__it_uses_an_alt_field_on_the_asset__1.txt
@@ -1,19 +1,18 @@
diff --git a/tests/__snapshots__/ResponsiveTagTest__the_source_image_can_change_with_breakpoints__1.txt b/tests/__snapshots__/ResponsiveTagTest__the_source_image_can_change_with_breakpoints__1.txt
index d88c646..a9246b0 100644
--- a/tests/__snapshots__/ResponsiveTagTest__the_source_image_can_change_with_breakpoints__1.txt
+++ b/tests/__snapshots__/ResponsiveTagTest__the_source_image_can_change_with_breakpoints__1.txt
@@ -1,19 +1,18 @@