You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to override the height of the thumbnail using mixins with height: auto !important; : --google-youtube-thumbnail: { height: auto !important; // using !important does not override }; }
As you can see in the following example: https://jsbin.com/dudepucini/edit?html,console,output
By inspecting the thumbnail on the right with the dev tools, height: auto is not applied to the thumbnail img.
The text was updated successfully, but these errors were encountered:
I am trying to override the height of the thumbnail using mixins with
height: auto !important;
:--google-youtube-thumbnail: { height: auto !important; // using !important does not override }; }
As you can see in the following example: https://jsbin.com/dudepucini/edit?html,console,output
By inspecting the thumbnail on the right with the dev tools,
height: auto
is not applied to the thumbnail img.The text was updated successfully, but these errors were encountered: