You can embed images such as PNGs, JPGs, GIFs, and MP4s in your posts. Furthermore, you may upload and host image and video files directly on Scipress 🤯
External images are images hosted on other websites (e.g. Reddit, Wikipedia, Pinterest, etc.). You can embed these images following the pattern . For example,
There are a few ways to upload images to Scipress.
Use the Image button on the post editor navbar.
Drag and drop an image directly onto the post editor.
Use the upload panel in the author > images page in your dashboard.
Every image you upload should have a unique filename.
After you upload an image, you can reference it from a post using the pattern . Notice how you only need to reference the image filename - not the fully qualified URL.
If your image filename includes a space, you can wrap the filename in <angle brackets> when referencing it. For example, 
This image floats to the right of this text with some margin on the top and left. Now here's some lorem ipsum to fill the remaining space. Eget lorem dolor sed viverra ipsum nunc aliquet bibendum. Sodales ut eu sem integer vitae justo eget magna fermentum.
.size-40 sets the image's width and height to 160px. Since the original image is wider than it is tall, the resulting image is visibly "squished", giving the chipmunk a cute chubby face.
Scipress supports video files in MP4 format. Uploading, styling, and managing videos works just like images. Although, videos have a few additional properties..
Use autoplay to make a video play automatically
{autoplay}
Use muted to mute a video by default
{muted}
Use loop to make a video repeat indefinitely
{loop}
Use controls=true/false to turn on/off video controls. Controls are turned on by default.