modify width of iframe
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user