文字通り、ファンシーボックスのインライン ポップアップのソース コードを取得しようとしましたが、取得できないようです。コードを完璧にまとめましたが、site builder
.
Fancybox: http://fancyapps.com/fancybox/#examples (ウェブページの下部にある「インライン - 幅/高さの自動検出」を取得しようとしています)
これが私が試したことです:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="/js/fancybox-1.3.4/jquery.fancybox-1.3.4.js"> </script>
<link rel="stylesheet" type="text/css" href="/js/fancybox-1.3.4/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<style>
@media only screen and (max-width: 900px) {
/* change the media content paddings and margins
if the screen's max-width is just 900px
if total width is 900px only..*/
}
</style>
</head>
<body>
<ul>
<li>
<a id="various1" href="#inline1" title="Lorem ipsum dolor sit amet">Inline - auto detect width / height
</a>
</li>
</ul>
</body>
</html>