How can a rotating banner image be done in Plone?
Programming and Web Development
Plone
The first step is to create a Python script that will serve up the image you want. This article assumes that you want a random image from a folder to be chosen. Python-savvy readers can use more advanced techniques, such as making a list of images to load in t...