ウェブカタログのサイト内への埋め込み方


ウェブカタログのサイト内への埋め込み方

htmlで以下のコードを埋め込むことで、
サイトにカタログを埋め込むことが可能です。
赤色の数値・タイトル・URLを置き換えてください。
<iframe frameborder="0" width="700" height="525" title="カタログのタイトル" src="カタログのURL" scrolling="no" allowfullscreen="true"></iframe>

弊社サンプルのウェブカタログの場合は、下記になります。

<iframe frameborder="0" width="700" height="525" title="ウェブdeカタログ サンプル パンフレット ホワイト" src="https://www.webdecatalog.jp/example/white/index.html" scrolling="no" allowfullscreen="true"></iframe>

※スマートフォンの場合もiframeで設定した横幅で表示されてしまうので、各々CSSなどで対応をお願いいたします。