Have set up a simple Portfolio site using PORTFOLIO-NOTITLE.html (renamed as INDEX.html to make it the Home page).
Let's say I hover over the portfolio thumbnail for the image named 5.JPG....its displays a class="icon-line-plus" overlay on the left that will open the FULL version of 5.JPG and also displays o class="icon-line-ellipsis" on the right that will open PORTFOLIO-SINGLE.html. However, PORTFOLIO-SINGLE.html is hard coded to display 10.JPG and not 5.JPG.
Does this mean I have to create a duplicate of the PORTFOLIO-SINGLE.html for 5.JPG and name it relative to that image, i.e.PORTFOLIO-SINGLE-5.html and change the hard coding from 10.JPG to 5.JPG?
