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
Not entirely sure this is how it should work but using markdown to include images doesn't add the bootstrap img-responsive class.
img-responsive
Not responsive: ![my_image](images/myimage.png)
![my_image](images/myimage.png)
Responsive: img(src = "images/myimage.png", alt="my_image", class="img-responsive")
img(src = "images/myimage.png", alt="my_image", class="img-responsive")
The text was updated successfully, but these errors were encountered:
You should be able to do this:
![my_image](images/myimage.png){.img-responsive}
Sorry, something went wrong.
No branches or pull requests
Not entirely sure this is how it should work but using markdown to include images doesn't add the bootstrap
img-responsive
class.Not responsive:
![my_image](images/myimage.png)
Responsive:
img(src = "images/myimage.png", alt="my_image", class="img-responsive")
The text was updated successfully, but these errors were encountered: