Image Element
The Image element displays images from a URL source on your page.
Overview
Image elements are used for:
- Product photos
- Logos and branding
- Illustrations
- Icons and graphics
- Visual content
Adding an Image
- Open the Website Builder
- Find Image in the Elements panel
- Drag it onto your page
- Configure the image URL in the General Tab
Properties
General Tab
| Property | Description |
|---|---|
| Image URL | Web address of the image to display |
| Height | Image height |
| Width | Image width |
Color Tab
| Property | Description | Default |
|---|---|---|
| Background Color | Fallback background | Transparent |
Dimensions Tab
| Property | Description | Default |
|---|---|---|
| Width | Element width | 100% |
| Height | Element height | auto |
| Border Radius | Corner rounding | 5px |
| Padding | Space around image | 0 |
| Margin | Outer spacing | 0 |
Image Sources
Images can be loaded from:
- Direct URLs -
https://example.com/image.jpg - CDN links - Images hosted on content delivery networks
- Uploaded files - Images uploaded to your ACENji account
Supported Formats
- JPEG / JPG
- PNG
- GIF
- WebP
- SVG
Sizing
Control image dimensions:
| Setting | Behavior |
|---|---|
| Width: 100%, Height: auto | Responsive, maintains aspect ratio |
| Fixed width and height | Exact dimensions, may crop |
| Max-width with auto height | Responsive up to maximum |
Use Cases
Product Image
URL: https://yourcdn.com/products/item-123.jpg
Width: 100%
Height: auto
Border Radius: 8pxLogo
URL: https://yoursite.com/logo.png
Width: 200px
Height: autoHero Banner
URL: https://yourcdn.com/banner.jpg
Width: 100%
Height: 300pxThumbnail
URL: https://yourcdn.com/thumb.jpg
Width: 80px
Height: 80px
Border Radius: 50% (circular)Responsive Images
For best results on all devices:
- Use percentage widths (100%)
- Let height adjust automatically
- Provide appropriately sized source images
- Consider mobile screen sizes
Best Practices
Optimize images - Compress files for faster loading
Use appropriate sizes - Don't load huge images for small displays
Provide alt text - Describe images for accessibility
Consider loading - Large images may slow page load
Use consistent styling - Match border radius across images
Test on mobile - Ensure images display well on small screens
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Video - https://help.acenji.com/#/./create-web-application/elements/video/index