Forum Discussion

BlairPo's avatar
BlairPo
Lithium Alumni (Retired)
12 years ago

display an image in full screen

Is there an easy way with a custom component to show an image in full screen.  This would be for a user uploaded image.

 

 

2 Replies

  • PaoloT's avatar
    PaoloT
    Lithium Alumni (Retired)
    12 years ago

    Hi BlairPo 

     

    to show an image full-size in a custom component, I think you can use the size/[size] method to get the link to the desired image.Once you have the link, it's just a matter of handling the presentation in the way that best fits your use case. For example you could use some javascript to generate an overlay and display it accordingly within your overlay.

     

    Hope this helps,