BlogPillole 4 : Eliminate image white borders/Eliminare i bordi immagine (blogger)
Le immagini pubblicate su blogger hanno un fastidioso bordino bianco. Ho trovato la soluzione qui. Bisogna cercare nel modello .post-body e se c’è cercare ]]></b:skin> e incollare prima il codice
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img { padding: none !important; border: none !important; background: none !important; -moz-box-shadow: 0px 0px 0px transparent !important; -webkit-box-shadow: 0px 0px 0px transparent !important; box-shadow: 0px 0px 0px transparent !important; }
Salvate il modello ed è fatta. Niente più bordini bianchi nelle vostre immagini. Nel link trovate anche la soluzione se trovate .post al posto di .post-body.
On Blogger, immages have an annoyng white border by default. You can find the solution here. Find .post-body in your model and if you find it, search ]]></b:skin> e and past the code written above. Save the model and you’re done. No more white borders in your images. In the link you can find also the code to pas if you find .post in the place of .post-body.













