Guest Posted May 7, 2020 Share Posted May 7, 2020 Site URL: http://christopher-mitchell.co.uk/ I'm happy with my website whilst looking on a typical 1080p monitor, but I'd also like it to look the same on a 4k Monitor. Currently the images are a good size on the 1080p but on the 4k they look quite small. Is there a way to make sure that the size of the images stays consistent across screen sizes / resolutions? (I have attached two screenshots, first being on the 4K monitor and the second the 1080p. Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Can you turn off "disable right click" feature? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mike4404 Posted June 10, 2020 Share Posted June 10, 2020 Is there a solution for this? Link to comment
mhoelzer Posted June 17, 2020 Share Posted June 17, 2020 Also would love to know if there's a way to disable the right click on images feature. Link to comment
tuanphan Posted June 17, 2020 Share Posted June 17, 2020 9 minutes ago, mhoelzer said: Also would love to know if there's a way to disable the right click on images feature. Try this guide. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mhoelzer Posted June 17, 2020 Share Posted June 17, 2020 @Tuanphan - what's the difference between that code and this? Found this on another thread. <script type="text/javascript"> function nocontext(e) { var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName; if (clickedTag == "IMG") return false; } document.oncontextmenu = nocontext; </script> <style>img { -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; } </style> Link to comment
tuanphan Posted June 21, 2020 Share Posted June 21, 2020 You can download images by drag image & drop to your PC. Above style code will disable this. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.