modify width of iframe

This commit is contained in:
Karen Bradshaw
2020-11-03 16:24:20 -05:00
parent 1e1e016d17
commit a8f07b6a1b
2 changed files with 5 additions and 3 deletions
@@ -1,11 +1,13 @@
---
title: Turnkey Solutions
title: Turnkey Cloud Solutions
content_type: concept
weight: 30
---
<!-- overview -->
This page provides a list of Kubernetes certified solution providers.
This page provides a list of Kubernetes certified solution providers. From each
provider page, you can learn how to install and setup production
ready clusters.
<!-- body -->
+1 -1
View File
@@ -58,7 +58,7 @@ document.addEventListener("DOMContentLoaded", function () {
{{- end -}}
<div id="frameHolder">
{{ if ( .Get "category" ) }}
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/category={{ .Get "category" }}&format=logo-mode&grouping=category&embed=yes"></iframe>
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/category={{ .Get "category" }}&format=logo-mode&grouping=category&embed=yes" style="width: 1px; min-width: 100%"></iframe>
{{ else }}
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/format=logo-mode;embed=yes" style="width: 1px; min-width: 100%" title="CNCF Landscape"></iframe>
{{ end }}