1. Home
  2. /
  3. Forum

Forum

How to show iframe ...
 
Notifications
Clear all

How to show iframe in full height without horizontal scroll

1 Posts
1 Users
0 Reactions
540 Views
(@devsam)
Member Admin
Joined: 5 years ago
Posts: 18
Topic starter  

The below stylesheet can be very much useful in showing the iframe loaded through ajax or any 3d party API call in full height of the container.

 

<style>
		.iframeContainer {
		  overflow: hidden;
		  padding-top: 56.25%; /* 16:9*/
		  position: relative;
		}

		.iframeContainer  iframe {
		   border: 0;
		   height: 100%;
		   left: 0;
		   position: absolute;
		   top: 0;
		   width: 100%;
		}
	</style>

   
Quote
Topic Tags
Share:
Reviews & Ratings Get your stoe online with Shopify in 60 minutes Shop Now