RoboticsAcademy
RoboticsAcademy copied to clipboard
[Frontend] Hover effect on exercise card on Homepage
When hover on the exercise card, it shows blank card.
Screen recording -
https://user-images.githubusercontent.com/57873504/163565828-b7d81a51-2377-4142-a3f1-8f8d00455ce1.mov
Expected outcome -
A video must be played as per my understanding of the code below -
@Apoorvgarg-creator That is the expected behaviour. I have rechecked the code as well.
@Apoorvgarg-creator That is the expected behaviour. I have rechecked the code as well.
Thank you @akshaynarisetti. So, for what purpose this Video tag is placed here ?
Hi @Apoorvgarg-creator
The pre-existing code had this concept of on-hover video playing feature, guess it was taking a lot of bandwidth.
From the code I can see that they clearly dropped this idea and replaced the video src
with a #
placeholder. So they didn’t want the video to play for some reason most probably above.
Hi @Apoorvgarg-creator
The pre-existing code had this concept of on-hover video playing feature, guess it was taking a lot of bandwidth.
From the code I can see that they clearly dropped this idea and replaced the video
src
with a#
placeholder. So they didn’t want the video to play for some reason most probably above.
Thank you for the help
@pariaspe Can I help in resolving this issue ? If yes, what should be the approach to solve the issue ? Thank you
Hey can you assign this issue to me?
Yes @AAYUSH-droid, go ahead with it :+1:
Hey @AAYUSH-droid, we are slowly adopting to react based templates. You may make changes there.
@dmariaa is working on it currently 😇
https://github.com/JdeRobot/RoboticsAcademy/discussions/1783
Would love to tackle this issue
Hi @r-Dev03, thanks for your interest, we already implemented this on #1779