Forum Discussion
2 Replies
Sort By
- PaoloT12 years agoLithium Alumni (Retired)
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,
- nathan12 years agoExecutive
You can do this with CSS - just create a div with an appropriate ID and use CSS to make it appear on top of the other content:
http://tympanus.net/codrops/2013/11/07/css-overlay-techniques/
You can use JavaScript to hide/unhide the div, and set the image URL.
Related Content
- 2 years ago
- 11 years ago