Bootstap : How to show images and videos in a responsive way ?

Use  “Responsive embed”

Example:

<h:panelGroup styleClass="col-lg-12" layout="block">
    <img class="img-responsive center-block" src="#{myController.logo}"/>
</h:panelGroup>

See more :

http://getbootstrap.com/components/#responsive-embed

1 Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s