mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -13,5 +13,16 @@
|
||||
<ion-thumbnail>
|
||||
<img src="https://images.unsplash.com/photo-1485832329521-e944d75fa65e?auto=format&fit=crop&w=1950&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D"/>
|
||||
</ion-thumbnail>
|
||||
|
||||
<ion-thumbnail class="custom">
|
||||
<img src="https://images.unsplash.com/photo-1485832329521-e944d75fa65e?auto=format&fit=crop&w=1950&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D"/>
|
||||
</ion-thumbnail>
|
||||
|
||||
<style>
|
||||
.custom {
|
||||
--border-radius: 50%;
|
||||
--size: 120px;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user