Hi,
I am working on my first EE project and try to get an image showed up as popup.
I added js file and a class to the image url but the image opened in a new window instead of the colorbox popup.
In header:
type="text/javascript" src="/assets/js/jquery.colorbox.js"In ccs (import in main.ccs):
@import url(“colorbox.css”);
In page channel:
<a href="https://ellislab.com/asset/images/pronet-logo/pdbouwwestzaan.jpg" rel="colorbox" class="colorbox">https://ellislab.com/asset/images/pronet-logo/pdbouwwestzaan.jpg</a>Please can somebody tell me what I did wrong or forget?
Site: http://www.jarda.nl (not finished yet)