you should use /imagesinstead ../imagesif you know that the image directory is at the root. this will result in resolving directories with image names in the root directory from any path.
For example, if you are on a page /pages/html/MyPage.html, the path /imageswill still be allowed for the catalog of images in the root, while it ../imageswill be resolved to /pages/images.
source
share