diff --git a/docs/4.0/content/images.md b/docs/4.0/content/images.md index 0bcbe3a039..4601dcc6db 100644 --- a/docs/4.0/content/images.md +++ b/docs/4.0/content/images.md @@ -69,3 +69,15 @@ Align images with the [helper float classes]({{ site.baseurl }}/docs/{{ site.doc ... {% endhighlight %} + + +## Picture + +If you are using the `` element to specify multiple `` elements for a specific ``, make sure to add the `.img-*` classes to the `` and not to the `` tag. + +{% highlight html %} +​ + + ... + +{% endhighlight %}