LMFeedMediaUpload
LMFeedMediaUpload
handles the media upload functionality for feed posts, supporting multiple file types including images and videos. It manages upload progress, preview generation, and error handling for media attachments.
CSS Classnames
Classname | Description |
---|---|
file-upload-input | Input field for file upload functionality |
close-icon removeIcon | Close/remove button icon styling |
lm-feed-create-post-wrapper__media-upload | Main container for media upload section |
file-upload-text | Text label for file upload section |
lm-feed-create-post-wrapper__media-upload uploadThumbnail | Thumbnail preview container for uploaded media |
close-icon | Close button styling |
file-upload-subtext | Secondary text for file upload instructions |
tempReel | Temporary container for reel media |
file-upload-icon | Icon styling for file upload button |
Example
To customize the component with its classnames, open your base CSS file and override the styles using the classname:
.file-upload-input {
font-size: 18px;
color: "red";
}
Reference
For reference, check out this file