Scenario:
I'm developing a application based on zend framework. I have used skeleton application for my own requirement.
Problem Statement:
I have to use the images for my module which is below.
module/Application/view/application/index/index.phtml
From this path:
public/images/imagename.jpg
I am use like the following
background-image: url('./images/imagename.jpg');
I can see the image in the chrom dev tools
I cant see the image in the browser where i need
Things approached: