diff --git a/src/gltf-component-mappings.js b/src/gltf-component-mappings.js
index c2a29577f18deeb122877765b779e45c749cf887..292539bd0df00407815a8da3aeaaa6e9f4f558df 100644
--- a/src/gltf-component-mappings.js
+++ b/src/gltf-component-mappings.js
@@ -77,5 +77,5 @@ AFRAME.GLTFModelPlus.registerComponent("media", "media", (el, componentName, com
   // TODO compute a network id based upon URL and transform
   const networkId = "foo";
   el.setAttribute("networked", { template: "#interactable-media", owner: "scene", networkId });
-  el.setAttribute("media-loader", { resize: true, resolve: true, src: componentData.src });
+  el.setAttribute("media-loader", { resolve: true, src: componentData.src });
 });