• added: ListFilterPositive – Filters the image list to a certain amount of images within the directory using RegEx. If images match the Regular Expression, they will be included in the image list. If both ListFilterPositive and ListFilterNegative are used, ListFilterPositive is always used first. The filter will be applied before any other parameter is applied, i.e. all other parameters only apply to the already filtered list.
  • added: ListFilterNegative – Filters the image list to a certain amount of images within the directory using RegEx. If images match the Regular Expression, they will be excluded from the image list. If both ListFilterPositive and ListFilterNegative are used, ListFilterPositive is always used first. The filter will be applied before any other parameter is applied, i.e. all other parameters only apply to the already filtered list.
  • added: NoEdgeFlipBelowWidth – Defines if edge flip is turned off below a certain site width. Example: If set to 400, the edge flip is turned off when the page is displayed below 400px. Helpful if you have links to articles on a page near to the edges and want to make sure they can be clicked on smartphones, where usually the edge flip action overlaps.