Hisabeel

Fixing the photoset of posts

Oct 3rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.61 KB | None | 0 0
  1. Photosets são posts que incluem até 10 imagens. O Tumblr oferece vários layouts de fotos para usar ao criar o photoset. Esses layouts usam diferentes tamanhos de imagem, com algumas imagens exibidas com os 500 pixels de largura cheios e outras reduzidas para 250 pixels. Enquanto as fotos podem ser menores no painel, os usuários as verão em tamanho completo quando clicarem na imagem. Portanto, não é recomendável redimensionar as imagens para serem menores que 500 pixels.
  2.  
  3. Código do photoset:
  4.     {block:Photoset}
  5.     {block:IndexPage}
  6.     AQUI ESTARÁ O SEU CÓDIGO DO TEMA, NÃO MUDE NADA
  7.     <div style="opacity:0.7">{Photoset}</div>
  8.     {/block:IndexPage}
  9.     {block:PermalinkPage}
  10.     <center>{Photoset}</center>
  11.     {/block:PermalinkPage}
  12.     {/block:Photoset}  
  13.  
  14.  
  15. x ----------------------------------------------------------------------------------------------------------------------------------- x
  16.  
  17.  
  18. Photosets are posts that include up to 10 images. Tumblr offers various photoset layouts to use when creating a photoset. These layouts use varying image sizes, with some images displayed at the full 500 pixels wide and others scaled down to 250 pixels. While the photos may be displayed smaller on the dashboard, users will see them at full size when they click the image. Therefore, resizing the pictures to be smaller than 500 pixels is not recommended.
  19.  
  20. Code of photoset:
  21.     {block:Photoset}
  22.     {block:IndexPage}
  23.     HERE IS YOUR THEME CODE, DO NOT CHANGE ANYTHING
  24.     <div style="opacity:0.7">{Photoset}</div>
  25.     {/block:IndexPage}
  26.     {block:PermalinkPage}
  27.     <center>{Photoset}</center>
  28.     {/block:PermalinkPage}
  29.     {/block:Photoset}
Add Comment
Please, Sign In to add comment