Gallery Plugin

Incorporate a gallery of an AdultWork.com member on your own site! 

 

Result

Settings

In the table below we describe the settings:

HTML5 attributeTypeDescription
data-userid integer

Returns pictures of this member.

data-pagingbuttonposition string

Indicates the position of the buttons used for paging. Accepts: top to display them at the top only, bottom to display them at the bottom only, and both to display them at the top and the bottom.

data-singlepageonly boolean

If set to true paging will be disabled.

data-columns integer

The number of columns to display in the list.

data-autocolumn boolean

If set to true the columns will be automatically calculated based on the parent container in which the plugin is placed in.

data-rows integer

The number of rows to display in the list.

data-primarycolor string

The hexadecimal value of the text colour.

data-secondarycolor string

The hexadecimal value of the text colour on which the cursor is hovering.

data-rowcolor string

The hexadecimal value of the background colour of the even rows.

data-altrowcolor string

The hexadecimal value of the background colour of the uneven rows.

data-marginheight integer

The bottom margin between the picture containers.

data-marginwidth integer

The margin between the picture containers starting from the second column.

Example

The following example shows the gallery plugin.

<div class='aw-plugin-user-gallery'
            data-pagingbuttonposition='both'
            data-rowcolor='f9effb'
            data-altrowcolor='ffffff'
            data-singlepageonly='false'
            data-rows='3'
            data-autocolumn='true'>
</div>