Hey Armin,
one more suggestion :)
I kinda like it when you can browse through portfolio projects with arrow keys. Would be cool to be able to do that when "previous/next" is enabled.
cheers,
T
Use arrow keys for previous/next project
Hey Armin,
one more suggestion :)
I kinda like it when you can browse through portfolio projects with arrow keys. Would be cool to be able to do that when "previous/next" is enabled.
cheers,
T
Yeah, good idea, that should be an easy one :D
And it would be also good to disable the arrows on mobile. The arrows don't look good on my phone. Or you can add a footer bar with arrows for the mobile version.
Thanks Armin.
Hey ok!
You can hide it right now using custom css in "lay options" -> "custom css & html" -> "custom css for mobile version";
.project-arrow{
display: none!important;
}