Turns out there are some surprises. Not sure whether this is all intended/expected behaviour. My first test page is in this format:
Code: Select all
[img=images/130225cottages.jpg width=200 float=left]A paragraph of text.
[more]
Another paragraph of text.
[img=images/130225lake.jpg popup=true]
[photoswipeimage="images/130225lake.jpg"]
[photoswipegallery="images/grounds"]
FInal paragraph of text.
The first thing I discovered before inserting the photoswipe code was that when you add a "width" parameter to an IMG tag it activates the "Lightbox2" plugin (Contrary to the Standard Plugins page the original "Lightbox" plugin does not seem to be included in the FlatPress 1.2 release) To get the ability to expand the second image I had to add the "popup=true" argument.
Once I'd enabled the Photoswipe plugin and uploaded three further images to the "images/grounds" folder I see various changes. For a start all images now have dotted lines associated with them. The first (floated) shows a single line below the image. The second a double line below. The repeated photoswipe image shows a double line below but with a wider separation between them as do each of the thumbnails from the three gallery images. All these lines turn solid on hover!
I've discovered that the underlines are related to the "Misty-Look" theme which also adds a "frame and shadow effect to the images.
My fallback theme for testing, Leggero, shows the single [Photoswipe] image much smaller than its [img] equivalent, which has me intrigued as all my images files are 800x600px. Clearly there's some tweaking of the "Misty-look" theme to be done, if I am to keep it!
I'm guessing that the double lines (single in the case of the floated image) are something to do with a facility for showing captions and something in the CSS makes the spacing is different for [img] and [photoswipe] inserted images. (I hope to report later!)
So far I have not added a texte.conf file. Is there some undocumented feature of Photoswipe that allows you to remove the filename or will I need to create one with blank captions to remove the file names?
Also, as seen at
https://fahrrad.arvidzimmermann.de/ , all images displayed on a page via the [photoswipe] tag will show in a continual cycle. If you want to show a single image in needs to be displayed via a [img] tag.
Is there a [photoswipe] way to stop captions from displaying under the image or gallery thumbnail on the main page, so that it will only display after being clicked/tapped.