Hettie Posted March 27, 2023 Share Posted March 27, 2023 (edited) To replace the automatic typed/font logo that appears on Five's mobile mode with the same image logo that appears on desktop, I was previously given and inserted this code several years ago: #mobile-navigation-title { background: url("https://images.squarespace-cdn.com/content/55da8e05e4b090d16427e820/6d86511d-e352-404a-8c5e-3df3ea2baa8a/SigMossMobile225.png?content-type=image%2Fpng") no-repeat center; text-indent: 100%; min-height: 60px; } It always showed as a bit blurry and not as crisp as it shows on desktop but I just left it. I'm tired of it looking blurry and would be grateful for a fix. I have tried replacing the image file with larger sized ones, but that simply changes the size of the image on the screen. The current mobile logo image is 225 x 52px and shows at the appropriate size, just blurry. Is there a way to make it appear more crisp? https://hettieroberts.com Edited March 27, 2023 by Hettie Link to comment
Solution Hettie Posted March 28, 2023 Author Solution Share Posted March 28, 2023 I was able to link to the url of my higher res logo used on desktop mode and constrain it's size on mobile by adding the following to the previous css: background-size: contain; Crisp and clear in the proper size now. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment