Image Limits: Maximum file size is 100MB per image. Supported formats: JPEG, PNG, GIF, WebP with automatic optimization and multi-resolution generation.
Key Features
Automatic Optimization
Multi-resolution generation with smart compression maintaining visual quality
Accessibility Support
Alt text and metadata for inclusive user experiences
Real-time Processing
Instant thumbnails and progressive loading
Global CDN Delivery
Fast delivery worldwide with automatic format conversion
Image Properties
Each uploaded image contains comprehensive metadata and multiple optimized versions:Core Properties
Core Properties
Property | Type | Description |
---|---|---|
fileId | string | Unique identifier for the image |
fileUrl | string | Original high-resolution image URL |
filename | string | Original filename with extension |
altText | string | Accessibility description text |
Metadata & Attributes
Metadata & Attributes
Property | Type | Description |
---|---|---|
attributes | object | File metadata including size, type, and dimensions |
metadata | object | Image-specific data like width, height, and format |
sizes | object | URLs for different optimized versions |
isFullImage | boolean | Indicates if original resolution is available |
Available Image Sizes
social.plus automatically generates optimized versions for different use cases:
Small (160px)
Perfect for thumbnails and grid previews
Medium (600px)
Standard content display and feeds
Large (1500px)
Full-screen viewing and detailed inspection
Original
Unprocessed high-resolution version
Image Upload
Upload images with automatic optimization, compression, and accessibility features. The SDK handles format conversion and generates multiple resolutions automatically.The upload process includes real-time progress tracking and automatic error handling for a smooth user experience.
Image Retrieval & Optimization
Retrieve images in the optimal size for your use case. social.plus automatically generates multiple resolutions for efficient loading and bandwidth optimization.Always choose the appropriate image size for your container to optimize loading performance and user experience.
Troubleshooting
Common Image Issues
Images appear pixelated
Images appear pixelated
Cause: Wrong size selected for displaySolution: Use appropriate size (small/medium/large) for container. Match image resolution to display requirements.
Slow loading times
Slow loading times
Cause: Large image files or inefficient loadingSolution: Implement progressive loading, use appropriate image sizes, and enable compression.
Alt text not working
Alt text not working
Cause: Missing or incorrect alt textSolution: Validate and update alt text using accessibility tools. Always provide descriptive alt text during upload.
Images not displaying
Images not displaying
Cause: Broken URLs or network issuesSolution: Implement error handling and fallback images. Check network connectivity and URL validity.
Memory issues
Memory issues
Cause: Too many high-resolution images loaded simultaneouslySolution: Use image caching, implement lazy loading, and unload unused images from memory.