@bangank36 Id have to screen record, but it's pretty easy to understand.
In other words, how to make the button slowly appear (fade in) when it first appears when scrolling down? It is currently immediate
I figured out the problem - When image crop is turned on, the border crops off. Turn image crop on original. You will just have to pre-size your images before uploading
I am also only getting a border on the top & left side of image. I am trying to do this in list images, I am using the code:
.list-item:hover .list-image
{border: solid 1.4px #161616;}
but can't get the border all the way around the image on hover.
Can anyone help?