Add single image (random from gallery)
ceo77
Registered Users Posts: 4 Beginner grinner
hi,
is there a way to add a single image randomly on the homepage from a gallery?
background is not solving it, because the image is then shown n the entire background.
slideshow does not solve it, because there is no way to fit on the entire width of the screen.
thanks!
christian
is there a way to add a single image randomly on the homepage from a gallery?
background is not solving it, because the image is then shown n the entire background.
slideshow does not solve it, because there is no way to fit on the entire width of the screen.
thanks!
christian
0
Comments
To see an example, take a look at my homepage.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Photo links tab > Buy Link
You will see a gallery ID_KEY in the Buy Link that looks like this: 27395118_hH2gVP
Insert that into the img
Set the photo size
<center>
<span style="font-size: 24px">Single random photo with each page load/refresh</span>
<img src="/photos/random.mg?AlbumID=27395118&AlbumKey=hH2gVP&Size=L" alt="image">
</center>
I have it running on this page. Also under the single I had multiple thumbs that random change with page reload.
http://www.photosbyat.com/Test-old-journal/n-nF9zb
My Website index | My Blog
It's really a shame the single photo content block doesn't support specifying a random image from a specified gallery.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Should see this on my page.
My Website index | My Blog
My Website index | My Blog
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
positioning vertically. I have, so far, eight single photo banners used for different folders flowing down.
CSS hides all but one for each folder. The top margins were a nightmare on the three browsers for each
banner.
This is what I had to add for top margin for this random photo widget. The right margin was added so
the photo had some space on the right side as browsers shrunk.
My Website index | My Blog