We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im having problems with appending a clickable href to a figure. The width isnt expanding to 100%
<a href="google.de"> <figure class="c4-izmir c4-border-top-left" style="width: 100%;height: 100%;"> <img src="https://source.unsplash.com/WLUHO9A_xik/400x300" alt="Sample Image"> <figcaption> // Teamsport Bereich </figcaption> </figure> </a>
How to make an object clickable with a href?
The text was updated successfully, but these errors were encountered:
You're setting the <figure> to 100% width of the <a>. Have you made sure the <a> has the correct width?
<figure>
<a>
Sorry, something went wrong.
yes works fine with any other element inside Except Izmir figures
height is working fine though
solved the problem. One must set padding: 0px;
Thanks for your help anyway
No branches or pull requests
Im having problems with appending a clickable href to a figure.
The width isnt expanding to 100%
<a href="google.de"> <figure class="c4-izmir c4-border-top-left" style="width: 100%;height: 100%;"> <img src="https://source.unsplash.com/WLUHO9A_xik/400x300" alt="Sample Image"> <figcaption> // Teamsport Bereich </figcaption> </figure> </a>
How to make an object clickable with a href?
The text was updated successfully, but these errors were encountered: