Hey everyone!
I’m not sure this is possible, but I figured I would ask anyway.
Is there anyway to get full window size pictures in the blog? (Like this: http://www.corefitnessnj.com/stories/drew.html)
I have a personal website where I blog and I was sort of hoping I could implement a large, full window picture in the blog.
Thank you!!!
Witch theme are you using? That is different.
Hi Oscar! I am using the Grid theme!
You can use this code.
Perhaps it’s what you want.
Put the image in Resources.
#container #content { background-image: url(%resource(your-image.jpg)%); background-repeat: no-repeat; }
Thanks Oscar! I will give it a try and let you know how it goes!