Search the Community
Showing results for tags 'avatar'.
-
This is a nice example how to upload a image, adjust, zoom in/out, crop and upload to use in your uniGUI project; I will release more two projects related to Avatar: Gravatars and Avatar with status indicator. Very simple and easy examples to use in your projects and give professional touch to it. All of this new projects will be included in the Pack 04, reaching 120 until dez, and 300 in total ! Soon, update to pack 01 (basic UI) and 02 (advanced mobile interface). Enjoy. AvartarCropAndAdjust.mp4 Project Remover... see pack 04
-
- 3
-
-
-
Hi, having problem with CSS in a uniImage. My goal is to produce circular images with CSS but I can only apply to the main class in CustomCSS as follows: img { vertical-align: middle; width: 80px; height: 80px; border-radius: 50%; } Problem is, affects all uniImage. I want to apply to a specific uniImage When I change the name for instance ... .avatar { vertical-align: middle; width: 80px; height: 80px; border-radius: 50%; } And try to apply in only one specific uniImage it does not work. Have tried beforeinit, run time adding config.cls , addCls etc... Using version 1.0.70.92