diff --git a/src/transform.rs b/src/transform.rs index dfdd661..8b022d0 100644 --- a/src/transform.rs +++ b/src/transform.rs @@ -483,7 +483,7 @@ impl Transform for HubStyleTransform { item.style = Some("hero".to_string()); if let Some(platform) = &options.platform { if platform.to_lowercase() == "android" { - item.r#type = "clip".to_string(); + // item.r#type = "clip".to_string(); } }