Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor ilenstudio

    (@ilenstudio)

    When you upload a picture WordPress remove the name space and replaces them with ‘-‘.
    Do not you would have to take pictures with spaces.

    Thread Starter johnh10

    (@johnh10)

    These images are side loaded through another plugin so spaces are possible. ??

    I was able to fix my issue by putting single quotes around the image source at line 311:

    <div class="yuzo-img" style="background:url(\''.$image['src'].'\') 50% 50% no-repeat;width: '.((int)$yuzo_options->height_image+15).'px;height:'.((int)$yuzo_options->height_image - 20).'px;margin-bottom: 5px;background-size: '.$css_background_size.'; '.$css_border.'"></div>

    in case anyone runs into the same issue. Thanks.

    Plugin Contributor ilenstudio

    (@ilenstudio)

    In the next version put \' in the images.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails not created if filename has a space’ is closed to new replies.