Linking directly to cover.jpg

jywong

New member
Is there a way to link directly to the thumbnail image cover.jpg?

I want to display a quick catalog of available spins in a web page, which would basically loop through a database of product names and then output the display, where

https://v1.pixriot.com?spin=XXXXXXXXX/[directory]/[product_name]&t=XXXXXXXXX

I was hoping I could just do
<img src="https://v1.pixriot.com?spin=XXXXXXXXX/[directory]/[product_name]/cover.jpg" />

but that URL doesn't return anything.

Thanks!
 

WebSupport

Active member
Missed this... sorry!

It would be like this:

Code:
https://s1.pixriot.com/XXXXXXX/Your-Folder/Your-View/cover.jpg

PS: it's the same as config URL under Share -> Config URL but instead of the xml file you would have "cover.jpg".
 
Top