modify width of iframe
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Turnkey Solutions
|
title: Turnkey Cloud Solutions
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
<!-- overview -->
|
<!-- 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 -->
|
<!-- body -->
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
<div id="frameHolder">
|
<div id="frameHolder">
|
||||||
{{ if ( .Get "category" ) }}
|
{{ 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 }}
|
{{ 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>
|
<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 }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user