Background fill

To fill a background color to whole project page go to Properties Panel/Page/Appearance and type in a color into the Background input field

ScrSht 2015-01-29 at 16.18.41

To Add one color background to your widget go to Widget Properties Panel/Background

ScrSht 2015-01-29 at 16.26.02

To add image as a background go to Widget Properties Panel/Background and press the Add image button:

ScrSht 2015-01-29 at 16.29.11

or double-click on the Widget.

Parallax

Learn how to add parallax effect to an image background.

How to set container max width

This video tutorial will provide you with information about how to set max width for container in FROONT.

Border

You can find border property field in Widget panel/Advanced

border

Solid border
2px solid #000

ScrSht 2015-01-12 at 18.14.05

Dotted border
2px dotted #000
ScrSht 2015-01-12 at 18.15.44

Dashed border
5px dashed #000

ScrSht 2015-01-12 at 18.16.23

Double border
3px double #000

ScrSht 2015-01-12 at 18.16.46

Container

This video will provide you with an introduction to a container. You’ll learn the following things:

How to add a background image, text paragraph and horizontal line divider.

What is a widget?

In Froont all objects are called widgets. An image, a container or a text – it is a piece of code we have written for you and named it a “widget”, so that you can complete tasks faster and forget about coding.

This is a full list of available widgets at your service:

basic elements

Container

Container is on of the basic building blocks. It can contain any other widget. It also can have a background colour or background image. It also supports nesting of widgets – a container can have another container in there.

Grid widget

grid
grid-widget

The function of a grid widget is to align other widgets into a grid. It can contain any other type of widget. They also can be nested endlessly – A grid widget can contain a container where another grid widget is in…

Text

header-text

Text widget is used to add text. It allows you to format text and edit its HTML.

Image

Use image widget if you want to add an image. The image an be added either by dragging it onto container or by a double click and the same applies when you are replacing the image. The widget aspect ration will be locked to the image aspect ratio.

SVG

Scalable Vector Graphics is a vector file format you can use directly in FROONT. It acts a lot like image widget, but the difference is that the colour, stroke and background can be changed at any time.

Video widget

yt

Allows to embed video from services like YouTube, Vimeo and others. It automatically adjusts the video size so that your video will be responsive right away.

HTML widget

As the name suggests you can add any HTML into this and extend the functionality of your projects.