NiceThemesImage Resizing – NiceThemes http://nicethemeswp.com/forums/topic/image-resizing/feed/ Sat, 19 Apr 2025 03:56:39 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/image-resizing/#post-2912 <![CDATA[Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2912 Thu, 26 Dec 2013 20:36:56 +0000 magichmmm What is the optimum size for images to go in the library so that the Bref template will resize automatically for responsive use.

I am finding that images on my phone are being cut off at the sides.

Many thanks – I really want this to work for my site.

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2918 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2918 Thu, 26 Dec 2013 22:18:47 +0000 Juanfra Aldasoro Hello there,

Thanks for writing.

On what section are you finding that the images are being cut off at the sides?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2920 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2920 Thu, 26 Dec 2013 22:43:52 +0000 magichmmm If you look at the free talk section of my site at simonwilliams.me.uk on a phone etc the image is cropped.

I have emailed my details so you can cheque this Juanfra.

Simon

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2927 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2927 Fri, 27 Dec 2013 07:51:40 +0000 magichmmm Sorry;, should say check not cheque!

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2932 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2932 Fri, 27 Dec 2013 13:13:33 +0000 Juanfra Aldasoro Hi Simon,

Thanks for writing. No problem, I got it 🙂

I went through your site and it seems that you want to apply “responsiveness” to the images you add through the content editor.

I think one solution for this would be using some CSS like this:

@media screen and (max-width: 1024px) {
.entry img{ width: 100%; }
}

You need to insert the code in your custom.css or put it in your Custom CSS option.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2939 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2939 Fri, 27 Dec 2013 14:28:41 +0000 magichmmm Hi Juan,

Never having added code before I was rather nervous!

I have added the code to the custom.css script. The whole width does now show but unfortunately the picture is squashed giving it a deformed look. Is it possible to have the picture reformat in proportion?

many thanks,

Simon

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2940 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2940 Fri, 27 Dec 2013 14:39:59 +0000 magichmmm Hi Juan,

Further to the above. I noticed that the image on ‘about me’ page seems to resize perfectly on my phone (Samsung note 2) but the ‘free talk’ page image does not!

Simon

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2941 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2941 Fri, 27 Dec 2013 15:00:35 +0000 magichmmm More fiddling . . . .

I now realise that the image on ‘about me’ page is narrower. So by reducing the width on ‘free talk’ page it more or less fits my phone.

However, I realise this is not truly responsive.

Love the theme though and want to get it to work!

Simon

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2942 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2942 Fri, 27 Dec 2013 15:02:27 +0000 Juanfra Aldasoro Hi Simon,

I went through your site and couldn’t see the code I’ve sent you. If you insert the image from the content editor, with a specified width (as it is now), then that width will be taken into account when displaying the image.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/image-resizing/#post-2944 <![CDATA[Reply To: Image Resizing]]> http://nicethemeswp.com/forums/topic/image-resizing/#post-2944 Fri, 27 Dec 2013 15:16:03 +0000 magichmmm Hi Juan,

Sorry, I have now re-added the code to the custom.css file.

Now, the images are squashed on the about me page on my phone whereas they were displaying fine before. When I turn to landscape on phone they squash flat – they seem to being forced to full width rather than resizing proportionately.

Simon

]]>