To remove the "not items found" message in the Multi Images field in Webflow, you can add custom attributes to the Image settings. By using custom attributes, you can modify the behavior of elements.
To achieve this, follow these steps:
1. Select the Multi Images element in the Webflow Designer.
2. Open the Image settings panel on the right side of the Designer.
3. Scroll down to the "Custom Attributes" section.
4. Click the "+ Add Attribute" button to add a new custom attribute.
5. In the Attribute Name field, enter `data-empty-state` (without the quotes).
6. In the Attribute Value field, enter `hide` (without the quotes).
By adding the `data-empty-state` attribute with the value of `hide`, you instruct the Multi Images field to hide the "not items found" message.
Once you've added the custom attribute, you should see that the message is no longer visible in both the Designer and the published site.
It's important to note that custom attributes in Webflow provide additional flexibility and control over the element's behavior. You can add various custom attributes to achieve different effects, depending on your specific requirements.