Pulling images from page using css
Hi guys
I'm not sure if this is possible but I was hoping to somehow pull the image from a page using css. I realize this won't work but I was thinking of something along the lines of:
.image {
background-image: url("{{ item.data.image.url }}")
}
I know it probably seems strange for me to want to do this, but any thoughts you may have will be greatly appreciated.
Darryn
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Steve Smith on 24 Sep, 2010 12:52 AM
The best suggestion I can think of is to use either inline styles or a style block include on the page.
Jonathan Hoyt closed this discussion on 07 Oct, 2011 12:28 AM.