text on the picture
then we want to make the card clickable, actually it's clickable already and works good , but the problem is:
when you right-click on the card, then you want to see "open in new tab", but you will see "open image in new tab"
so what is your suggestion?
I found two approach, one: we can put everything in an <a></a> tag
and another way is we can just put an empty span into the <a> tag
and it should to be absolute , width & height 100% then it will cover entire of your card and now you can right-click on the <a> tag, not the img
so what is your suggestion, which one is better? or a better idea?
You need to wrap everything in an <a> tag
I read somewhere that is bad for seo and isn't a standard structure... but it's easiest either😅 so as it is a component too, for avoiding to load a new page on left-click I have to use preventDefault() , right?
Обсуждают сегодня