Northwiz I can set any size I want on an icon but only max 100px if I choose a picture - meaning I can use an icon as a floating logo/button and I can use picture - however I can only set 100px size using a picture. How can I use bigger picture?
James Hi Northwiz , Here's a custom CSS that you you can use to make the image bigger than the button: .buttonizer .buttonizer-button img { width: 400px !important; max-width: unset !important; }