Como adicionar em seu blog.
I – Vá ao painel do Blogger->clique em modelo->Editar HTML->use Ctrl+F e localize a tag
I – Vá ao painel do Blogger->clique em modelo->Editar HTML->use Ctrl+F e localize a tag
]]></b:skin>
acima dela copie e cole o código abaixo.
acima dela copie e cole o código abaixo.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#myGallery { | |
width: 100%; | |
height: 400px; | |
} | |
#myGallery img { | |
border: 2px solid #52697E; | |
} | |
a.loading { | |
background: url(https://lh4.googleusercontent.com/-FgewHldZpgk/Usba9fOf2gI/AAAAAAAAC3s/KaBLR1Ng4IE/s32-no/preloader-01.gif) no-repeat center; | |
} | |
.spacegallery { | |
position: relative; | |
overflow: hidden; | |
} | |
.spacegallery img { | |
position: absolute; | |
left: 50%; | |
} | |
.spacegallery a { | |
position: absolute; | |
z-index: 1000; | |
display: block; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
} |
</head>
acima dela copie e cole o código abaixo.
acima dela copie e cole o código abaixo.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'/> | |
<script src='https://sites.google.com/site/multfocosjavascript/zoom-de-imagem-slideshow-feito-com-jquery/Zoomimagem.js' type='text/javascript'/> | |
<script src='https://sites.google.com/site/multfocosjavascript/zoom-de-imagem-slideshow-feito-com-jquery/Zoomimagemutil.js' type='text/javascript'/> | |
<script src='https://sites.google.com/site/multfocosjavascript/zoom-de-imagem-slideshow-feito-com-jquery/Zoomimagemspcegall.js' type='text/javascript'/> | |
<script type='text/javascript'> | |
//<![CDATA[ | |
(function($){ | |
var initLayout = function() { | |
var hash = window.location.hash.replace('#', ''); | |
var currentTab = $('ul.navigationTabs a') | |
.bind('click', showTab) | |
.filter('a[rel=' + hash + ']'); | |
if (currentTab.size() == 0) { | |
currentTab = $('ul.navigationTabs a:first'); | |
} | |
showTab.apply(currentTab.get(0)); | |
$('#myGallery').spacegallery({loadingClass: 'loading'}); | |
}; | |
var showTab = function(e) { | |
var tabIndex = $('ul.navigationTabs a') | |
.removeClass('active') | |
.index(this); | |
$(this) | |
.addClass('active') | |
.blur(); | |
$('div.tab') | |
.hide() | |
.eq(tabIndex) | |
.show(); | |
}; | |
EYE.register(initLayout, 'init'); | |
})(jQuery) | |
//]]> | |
</script> |
III – Por último copie o código abaixo em um bloco de notas insira suas imagens e depois é só adicionar um gadget, bem se não sabe aprenda AQUI.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="spacegallery" id="myGallery"> | |
<img src="Image URL"/> | |
<img src="Image URL"/> | |
<img src="Image URL"/> | |
<img src="Image URL"/> | |
<img src="Image URL"/> | |
<img src="Image URL"/> | |
</div> |
Isto é tudo.

0 comentários:
Postar um comentário
Todos comentários são lidos e moderados previamente.
São publicados apenas aqueles que respeitarem as regras abaixo:
-Ter relação com o assunto do post.
-Não conter propagandas de outro site ou blog.
-Não incluir links no conteúdo do comentário.
-Se quiser deixar sua URL, comente usando a opção OpenID;
Obrigado(a) por comentar!